1 Star 0 Fork 12

jiemeng/PHP-CMS

forked from Zpy`s/Pencil CMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zpy`s 提交于 2016-04-21 10:36 +08:00 . no commit message
<?php
/** ***********************
* 作者:卢逸 www.61php.com
* 日期:2015/5/21
* 作用:61php框架入口文件
** ***********************/
header("Content-type: text/html; charset=utf-8");
session_start();
if(!file_exists('./install/install.log')){
header('Location:./install');
}
ini_set('display_errors', true);
ini_set("error_reporting",E_ERROR);
define("_SITE_ROOT",dirname(__FILE__));
require('include/include.php');
//版本验证与类初始化
verify::check($GVar->fget);
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiemeng/PHP-CMS.git
[email protected]:jiemeng/PHP-CMS.git
jiemeng
PHP-CMS
PHP-CMS
master

搜索帮助