Commit 9960ff32b47e1a7b50b16e0f820e7a6ada64380f

Authored by Administrator
1 parent ebd34e6e

image size

Showing 1 changed file with 1 additions and 6 deletions   Show diff stats
backend/controllers/SiteController.php
... ... @@ -36,12 +36,7 @@ class SiteController extends Controller
36 36 [
37 37 'actions' => ['login', 'error','logout'],
38 38 'allow' => true,
39   - ],
40   - [
41   - 'actions' => [ 'index'],
42   - 'allow' => true,
43   - 'roles' => ['@'],
44   - ],
  39 + ]
45 40 ]
46 41 ]
47 42 ],
... ...