rabin 2 年之前
父節點
當前提交
89ac5fc77d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Auth.php

+ 1 - 1
src/Auth.php

@@ -32,7 +32,7 @@ class Auth
     public function __construct()
     {
         $this->save = new Oper(false, 'cookie');
-        $this->name = 'manage';
+        $this->name = md5('manage_' . Dever::config('host')->host);
     }
 
     public function test()