1 Star 0 Fork 170

帖公子 / shopsn

forked from 海上云霄 / shopsn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.php 943 Bytes
一键复制 编辑 原始数据 按行查看 历史
opjklu@126.com 提交于 2018-05-25 20:54 . 新版本2.3.1
<?php
// +----------------------------------------------------------------------
// | OnlineRetailers [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2003-2023 www.yisu.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed 亿速网络(http://www.yisu.cn)
// +----------------------------------------------------------------------
// | Author: 王强 <opjklu@126.com>及其团队协作开发
// +----------------------------------------------------------------------
header("Content-type:text/html;charset=utf-8");
define('APP_DEBUG',true);
error_reporting(E_ALL&~E_NOTICE);
define('APP_PATH','./Install/');
if (strpos($_SERVER['PHP_SELF'], 'Admin') !== false || strpos($_SERVER['PHP_SELF'], 'admin') !== false)
{
echo file_get_contents('ErrorFiles/400.html');die();
}
require './Core/index.php';
PHP
1
https://gitee.com/brucetie/shopsn.git
git@gitee.com:brucetie/shopsn.git
brucetie
shopsn
shopsn
master

搜索帮助