rabin 3 năm trước cách đây
mục cha
commit
39fc9f9c08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/lib/Core.php

+ 1 - 1
main/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 = 12;
         }
         if ($this->uid) {
             $this->user = Dever::load('passport/api')->info($this->uid);