Преглед изворни кода

[Site] Erreur accès inscription : Vous n'êtes pas autorisé à effectuer cette action #1205

feature/souke
Guillaume Bourgeois пре 1 година
родитељ
комит
d17b65ebc2
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      frontend/controllers/SiteController.php

+ 3
- 0
frontend/controllers/SiteController.php Прегледај датотеку

@@ -83,6 +83,9 @@ class SiteController extends FrontendController
'roles' => ['@'],
],
],
'denyCallback' => function($rule, $action) {
return $this->redirect('index');
}
],
'verbs' => [
'class' => VerbFilter::class,

Loading…
Откажи
Сачувај