-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathindex.php
22 lines (19 loc) · 870 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
// +----------------------------------------------------------------------
// | ThinkPHP通用后台管理系统
// +----------------------------------------------------------------------
// | Copyright (c) 2013 www.4u4v.net All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: 水木清华 <[email protected]>
// +----------------------------------------------------------------------
/**
* 单一入口模式
*/
//error_reporting(0);
@set_time_limit(300);
//@ini_set("memory_limit",'-1');
define('APP_DEBUG', true); //是否开启调试模式
require("./Core/Conf/define.php");
require(THINK_PATH."/ThinkPHP.php"); //加载框架入口文件