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