From bc43825f03b34d55ae4f46be188c35e1b2784654 Mon Sep 17 00:00:00 2001 From: vbrazas Date: Sat, 6 Apr 2019 13:08:55 +0300 Subject: [PATCH] issue-102: FF3 --- controllers/CamsController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/controllers/CamsController.php b/controllers/CamsController.php index 01f4422..4781b6d 100644 --- a/controllers/CamsController.php +++ b/controllers/CamsController.php @@ -24,9 +24,6 @@ public function behaviors() 'ips' => ['178.214.196.34'], ], ], - 'denyCallback' => function ($rule, $action) { - throw new \Exception(Yii::t('app', 'You are not allowed to access this page')); - } ], ]; }