47 Star 68 Fork 49

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/ThinkPHP/tpcms.git
git@gitee.com:ThinkPHP/tpcms.git
ThinkPHP
tpcms
tpcms
master

搜索帮助