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()