1 Star 0 Fork 100

linlw/wstmart

forked from wstmall/wstmart 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
wstmall 提交于 2016-11-17 12:13 . v1.1.0_161115
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2015 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.4.0','<')) die('require PHP > 5.4.0 !');
//进入安装目录
if(is_dir("install") && !file_exists("install/install.ok")){
header("Location:install/index.php");
exit();
}
// [ 应用入口文件 ]
// 定义应用目录
define('APP_PATH', __DIR__ . '/wstmart/');
define('CONF_PATH', __DIR__.'/wstmart/common/conf/');
define('WST_COMM', __DIR__.'/wstmart/common/common/');
define('WST_HOME_COMM', __DIR__.'/wstmart/home/common/');
define('WST_ADMIN_COMM', __DIR__.'/wstmart/admin/common/');
// 加载框架引导文件
require __DIR__ . '/thinkphp/start.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/linlw/wstmart.git
git@gitee.com:linlw/wstmart.git
linlw
wstmart
wstmart
master

搜索帮助