From 44554ed9ca2f124fdfdbe8885180293d0875ab01 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 25 May 2016 18:04:00 +0300 Subject: [PATCH] image size --- backend/config/main.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backend/config/main.php b/backend/config/main.php index d9fc4d6..61aeac4 100755 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -27,8 +27,13 @@ return [ 'site' => [ [ - 'actions' => ['login', 'error','logout', 'index' ], + 'actions' => ['login', 'error','logout',], 'allow' => true, + ], + [ + 'actions' => ['index'], + 'allow' => true, + 'roles' => ['@'], ] ] -- libgit2 0.21.4