zhangguidong 2 anni fa
parent
commit
0d893b398c
2 ha cambiato i file con 10 aggiunte e 10 eliminazioni
  1. 5 5
      public/admin.php
  2. 5 5
      public/index.php

+ 5 - 5
public/admin.php

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

+ 5 - 5
public/index.php

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