dever 3 年 前
コミット
50a335afa0
1 ファイル変更1 行追加1 行削除
  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) {