From 3305fb79441259afba7354127f041f3e014ff5af Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 25 May 2016 17:26:12 +0300 Subject: [PATCH] image size --- backend/controllers/SiteController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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