shish před 2 roky
rodič
revize
49d32f9c3a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app-ghs/controllers/BaseController.php

+ 1 - 1
app-ghs/controllers/BaseController.php

@@ -35,7 +35,7 @@ class BaseController extends PublicController
         $currentVersion = dict::getDict('appVersion');
         $currentVersion = dict::getDict('appVersion');
         if ($requestVersion < $currentVersion) {
         if ($requestVersion < $currentVersion) {
             if (in_array($action->id, $this->guestAccess) == false) {
             if (in_array($action->id, $this->guestAccess) == false) {
-                util::fail('请先升级系统');
+                //util::fail('请先升级系统');
             }
             }
         }
         }