dever 3 éve
szülő
commit
50a335afa0
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      service/option/lib/Core.php

+ 1 - 1
service/option/lib/Core.php

@@ -14,7 +14,7 @@ class Core
     {
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
-            $this->uid = 1;
+            $this->uid = 2;
         }
         $this->checkLogin();
         if ($this->uid) {