1 Star 0 Fork 50

suhui/iCMS

forked from 匿名/iCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
iCMS.php 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?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();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/suhui1314/icms.git
git@gitee.com:suhui1314/icms.git
suhui1314
icms
iCMS
v7.0

搜索帮助