1 Star 0 Fork 0

ftlh2005 / OneAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
CoolHots 提交于 2014-05-23 11:34 . 初次提交
<?php
// +----------------------------------------------------------------------
// | OneDream 应用程序入口文件
// +----------------------------------------------------------------------
// | Copyright (c) 2013-2014 http://www.coolhots.net All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: CoolHots <coolhots@outlook.com>
// +----------------------------------------------------------------------
// | Date: 2014-4-5
// +----------------------------------------------------------------------
// 应用入口文件
// 检测PHP环境
if (version_compare ( PHP_VERSION, '5.3.0', '<' ))
die ( 'require PHP > 5.3.0 !' );
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define ( 'APP_DEBUG', True );
// 定义应用目录
define ( 'APP_PATH', './Application/' );
// 缓存目录设置,此目录必须可写,建议移动到非WEB目录
define ( 'RUNTIME_PATH', './#Runtime/' );
// 引入ThinkPHP入口文件
require './ThinkPHP/ThinkPHP.php';
PHP
1
https://gitee.com/ftlh2005/OneAdmin.git
git@gitee.com:ftlh2005/OneAdmin.git
ftlh2005
OneAdmin
OneAdmin
master

搜索帮助