diff --git a/backend/controllers/SiteController.php b/backend/controllers/SiteController.php index e1a6310..6b50928 100755 --- a/backend/controllers/SiteController.php +++ b/backend/controllers/SiteController.php @@ -34,11 +34,11 @@ class SiteController extends Controller ['site' => [ [ - 'actions' => ['login', 'error'], + 'actions' => ['login', 'error','logout'], 'allow' => true, ], [ - 'actions' => ['logout', 'index'], + 'actions' => [ 'index'], 'allow' => true, 'roles' => ['@'], ], -- libgit2 0.21.4