Browse Source

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

lizhen_gitee 6 tháng trước cách đây
mục cha
commit
1db3cc2f57
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      public/index.php

+ 1 - 5
public/index.php

@@ -13,11 +13,7 @@
 // 定义应用目录
 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';