浏览代码

V1.5.0.20240328跟着新版本V1.5.1.20240903,升级三处安全问题

lizhen_gitee 6 月之前
父节点
当前提交
1db3cc2f57
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      public/index.php

+ 1 - 5
public/index.php

@@ -13,11 +13,7 @@
 // 定义应用目录
 // 定义应用目录
 define('APP_PATH', __DIR__ . '/../application/');
 define('APP_PATH', __DIR__ . '/../application/');
 
 
-// 判断是否安装
-/*if (!is_file(APP_PATH . 'admin/command/Install/install.lock')) {
-    header("location:./install.php");
-    exit;
-}*/
+
 
 
 // 加载框架引导文件
 // 加载框架引导文件
 require __DIR__ . '/../thinkphp/start.php';
 require __DIR__ . '/../thinkphp/start.php';