rabin 2 lat temu
rodzic
commit
52484f2198
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/agent/lib/Core.php

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

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