当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 723

®岩哥/PbootCMS
暂停

forked from 星梦/PbootCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
api.php 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
星梦 提交于 2018-04-23 00:00 . V1.0.5
<?php
/**
* @copyright (C)2016-2099 Hnaoyun Inc.
* @license This is not a freeware, use is subject to license terms
* @author XingMeng
* @email hnxsh@foxmail.com
* @date 2016年11月5日
* 管理后台入口文件
*/
// 入口文件地址绑定
define('URL_BLIND', 'api');
// PHP版本检测
if (PHP_VERSION < '5.3') {
echo json_encode(array(
'code' => 0,
'data' => 'The version of your server PHP is too low, and the program requires PHP version not less than 5.3.'
));
exit();
}
// 引用内核启动文件
require dirname(__FILE__) . '/core/start.php';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yan_ge/PbootCMS.git
git@gitee.com:yan_ge/PbootCMS.git
yan_ge
PbootCMS
PbootCMS
master

搜索帮助