1 Star 0 Fork 40

恋伊仔 / oscshop

forked from 李紫电 / oscshop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
李紫电 提交于 2016-03-10 06:42 . no commit message
<?php
/**
* oscshop 电子商务系统
*
* ==========================================================================
* @link http://www.oscshop.cn/
* @copyright Copyright (c) 2015-2016 oscshop.cn.
* @license http://www.oscshop.cn/license.html License
* ==========================================================================
*
* @author 李梓钿
*
*/
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
header("Content-Type:text/html; charset=utf-8");
define('APP_DEBUG', false);
define('BIND_MODULE','Home');
define ('APP_PATH', './Modules/' );
if (!is_file( 'Modules/Common/Conf/db.php')) {
header('Location: ./install.php');
exit;
}
define('ROOT_PATH',str_replace('\\','/',dirname(__FILE__)) . '/');
define ('RUNTIME_PATH','./Runtime/');
require './ThinkPHP/ThinkPHP.php';
?>
PHP
1
https://gitee.com/nizuohao/oscshop.git
git@gitee.com:nizuohao/oscshop.git
nizuohao
oscshop
oscshop
master

搜索帮助