dever 3 gadi atpakaļ
vecāks
revīzija
1fce586b68
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      service/agent/lib/Core.php

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

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