1 Star 0 Fork 50

程诗清/TuziCMS

forked from yeyinshi/TuziCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
yeyinshi 提交于 2015-10-22 16:02 . no commit message
<?php
/*******************************************************************************
* [TuziCMS] 兔子CMS
* @Copyright (C) 2014-2015 http://tuzicms.com All rights reserved.
* @Team Yejiao.net
* @Author: 秦大侠 QQ:176881336
* @Licence http://www.tuzicms.com/license.txt
*******************************************************************************/
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
//判断是否安装
if(file_exists("./Install/") && !file_exists("./Install/install.lock")){
header('Location:Install/index.php');
exit();
}
define('APP_DEBUG',True); // 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_PATH','./App/'); // 定义应用目录
require './Core/Think.php'; //加载框架
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/cheng-shiqingsyu/TuziCMS.git
[email protected]:cheng-shiqingsyu/TuziCMS.git
cheng-shiqingsyu
TuziCMS
TuziCMS
master

搜索帮助