6.news.php,news.php · Gitee 极速下载/magix-cms - Gitee.com

华景同
2023-12-01

/*

# -- BEGIN LICENSE BLOCK ----------------------------------

#

# This file is part of MAGIX CMS.

# MAGIX CMS, The content management system optimized for users

# Copyright (C) 2008 - 2013 magix-cms.com

#

# OFFICIAL TEAM :

#

# * Gerits Aurelien (Author - Developer)

#

# Redistributions of files must retain the above copyright notice.

# This program is free software: you can redistribute it and/or modify

# it under the terms of the GNU General Public License as published by

# the Free Software Foundation, either version 3 of the License, or

# (at your option) any later version.

#

# This program is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY; without even the implied warranty of

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License

# along with this program. If not, see .

#

# -- END LICENSE BLOCK -----------------------------------

# DISCLAIMER

# Do not edit or add to this file if you wish to upgrade MAGIX CMS to newer

# versions in the future. If you wish to customize MAGIX CMS for your

# needs please refer to http://www.magix-cms.com for more information.

*/

/**

* MAGIX CMS

* @category index

* @package Exec Files

* @copyright MAGIX CMS Copyright (c) 2011 Gerits Aurelien,

* http://www.magix-cms.com, http://www.magix-cjquery.com

* @license Dual licensed under the MIT or GPL Version 3 licenses.

* @version 1.3

* @author Gérits Aurélien |

* @name index

*

*/

/**

* Charge toutes les Classes de l'application

*/

require('lib/mcfrontend.php');

$create = new frontend_model_template;

$config = new frontend_model_config($create);

$config->load_data_setting();

$ini = new frontend_controller_news();

$ini->run();

?>

一键复制

编辑

Web IDE

原始数据

按行查看

历史

 类似资料: