当前位置: 首页 > 工具软件 > ShopsN > 使用案例 >

20 index.php,index.php · wisdomwei201804/shopsn - Gitee.com

姚俊材
2023-12-01

// +----------------------------------------------------------------------

// | OnlineRetailers [ WE CAN DO IT JUST THINK IT ]

// +----------------------------------------------------------------------

// | Copyright (c) 2003-2023 www.yisu.cn All rights reserved.

// +----------------------------------------------------------------------

// | Licensed 亿速网络(http://www.yisu.cn)

// +----------------------------------------------------------------------

// | Author: 王强 及其团队协作开发

// +----------------------------------------------------------------------

// 设置编码

header("Content-type:text/html;charset=utf-8");

// 检测PHP环境

if(version_compare(PHP_VERSION,'5.5.0',' 5.5.0 !');

if (strpos($_SERVER['PHP_SELF'], 'Admin') !== false || strpos($_SERVER['PHP_SELF'], 'admin') !== false)

{

echo file_get_contents('ErrorFiles/400.html');die();

}

if (!file_exists('Install/install.lock')) {

header('Location:/install.php');die();

}

// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false

define('APP_DEBUG',True);

//默认分页长度

define('PAGE_SIZE', 20);

// 定义应用目录

define('APP_PATH','./Application/');

require './Core/index.php';

一键复制

编辑

Web IDE

原始数据

按行查看

历史

 类似资料:

相关阅读

相关文章

相关问答