160 Star 435 Fork 170

海上云霄 / shopsn

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
install.php 943 Bytes
Copy Edit Raw Blame History
opjklu@126.com authored 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/null_708_9195/shopsn.git
git@gitee.com:null_708_9195/shopsn.git
null_708_9195
shopsn
shopsn
master

Search