提交 615802c0 编写于 作者: D devil_gong

暂时关闭安装检测

上级 2360fc51
......@@ -32,11 +32,11 @@ $request_url = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : '';
define('__MY_VIEW_URL__', substr(__MY_URL__, 0, -1).$request_url);
// 检测是否是新安装
if(is_dir("./install") && !file_exists("./install/install.lock"))
{
$url = __MY_URL__.'install/index.php';
exit(header('location:'.$url));
}
// if(is_dir("./install") && !file_exists("./install/install.lock"))
// {
// $url = __MY_URL__.'install/index.php';
// exit(header('location:'.$url));
// }
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG', true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册