geek преди 4 години
родител
ревизия
af50ff0d39
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      application/index/BaseController.php

+ 1 - 1
application/index/BaseController.php

@@ -57,7 +57,7 @@ abstract class BaseController
             '/index/user/login',
             '/index/admin/login',
             '/index/setting/read',
-            ''
+            '/index/user/clearSession'
         ];
         if (!in_array($this->request->baseUrl(),$route)){
             if (empty($this->request->header('token'))) {