The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
1 Star 0 Fork 698

郑永恒 / PbootCMS
Paused

forked from 星梦 / PbootCMS 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
admin.php 525 Bytes
Copy Edit Raw Blame History
星梦 authored 2019-08-05 15:34 . V2.0.0
<?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 (PHP_VERSION < '5.3') {
header('Content-Type:text/html; charset=utf-8');
exit('您服务器PHP的版本太低,程序要求PHP版本不小于5.3');
}
// 引用内核启动文件
require dirname(__FILE__) . '/core/start.php';
PHP
1
https://gitee.com/forever__stars/PbootCMS.git
git@gitee.com:forever__stars/PbootCMS.git
forever__stars
PbootCMS
PbootCMS
2.X

Search

53164aa7 5694891 3bd8fe86 5694891