Ai
51 Star 123 Fork 53

匿名/iCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
iCMS.php 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
iCMSdev 提交于 2025-12-08 16:55 +08:00 . 更新至 iCMS v8.0.20251210
<?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/define.php'; //定义常量
require_once __DIR__ . '/config/secretkey.php'; //密钥
require_once __DIR__ . '/config/git.php'; //GIT版本
require_once __DIR__ . '/config/version.php'; //iCMS版本
require_once __DIR__ . '/iPHP/bootstrap.php'; //iPHP框架
require_once __DIR__ . '/core/iCMS.php'; //iCMS
require_once __DIR__ . '/core/function.php'; //常用函数
iCMS::bootstrap();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/php/icms.git
git@gitee.com:php/icms.git
php
icms
iCMS
master

搜索帮助