1 Star 0 Fork 49

blcx / tpcms

forked from ThinkPHP / tpcms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
/**
* 单入口系统
*/
//error_reporting(0);
@set_time_limit(240);
//@ini_set("memory_limit",'-1');
define('APP_DEBUG', true); //是否开启调试模式
require("./core/Conf/define.php");
require(THINK_PATH."/ThinkPHP.php"); //加载框架入口文件
PHP
1
https://gitee.com/myblcx/tpcms.git
git@gitee.com:myblcx/tpcms.git
myblcx
tpcms
tpcms
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891