From 9960ff32b47e1a7b50b16e0f820e7a6ada64380f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 25 May 2016 17:43:04 +0300 Subject: [PATCH] image size --- backend/controllers/SiteController.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/backend/controllers/SiteController.php b/backend/controllers/SiteController.php index 6b50928..49d0aa2 100755 --- a/backend/controllers/SiteController.php +++ b/backend/controllers/SiteController.php @@ -36,12 +36,7 @@ class SiteController extends Controller [ 'actions' => ['login', 'error','logout'], 'allow' => true, - ], - [ - 'actions' => [ 'index'], - 'allow' => true, - 'roles' => ['@'], - ], + ] ] ] ], -- libgit2 0.21.4