439 Star 2.2K Fork 685

星梦 / PbootCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
admin.php 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
pbootcms 提交于 2022-07-13 16:33 . V3.1.6
<?php
/**
* @copyright (C)2016-2099 Hnaoyun Inc.
* @author XingMeng
* @email hnxsh@foxmail.com
* @date 2016年11月5日
* 管理后台入口文件
*/
// 定义为入口文件
define('IS_INDEX', true);
// 入口文件地址绑定
define('URL_BIND', 'admin');
// PHP版本检测
if (version_compare(phpversion(),'7.0.0','<')) {
header('Content-Type:text/html; charset=utf-8');
exit('您服务器PHP的版本太低,程序要求PHP版本不小于7.0');
}
// 引用内核启动文件
require dirname(__FILE__) . '/core/start.php';
PHP
1
https://gitee.com/hnaoyun/PbootCMS.git
git@gitee.com:hnaoyun/PbootCMS.git
hnaoyun
PbootCMS
PbootCMS
3.X

搜索帮助