50 Star 111 Fork 48

匿名 / iCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
iCMS.php 669 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
<?php
/**
* iCMS - i Content Management System
* Copyright (c) 2007-2017 iCMSdev.com. All rights reserved.
*
* @author icmsdev <master@icmsdev.com>
* @site https://www.icmsdev.com
* @licence https://www.icmsdev.com/LICENSE.html
*/
define('iPHP',TRUE);
//应用名
define('iPHP_APP','iCMS');
//支持邮箱
define('iPHP_APP_MAIL','support@iCMSdev.com');
//配置
require_once __DIR__.'/config.php';
//iPHP框架文件
require_once __DIR__.'/iPHP/iPHP.php';
//iCMS版本
require_once __DIR__.'/core/iCMS.version.php';
//iCMS主类
require_once __DIR__.'/core/iCMS.class.php';
//iCMS常用函数
require_once __DIR__.'/core/iCMS.func.php';
iPHP_APP_INIT && iCMS::init();
PHP
1
https://gitee.com/php/icms.git
git@gitee.com:php/icms.git
php
icms
iCMS
v7.0

搜索帮助

14c37bed 8189591 565d56ea 8189591