aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/src/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/core/src/Controller')
-rw-r--r--main/app/sprinkles/core/src/Controller/CoreController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app/sprinkles/core/src/Controller/CoreController.php b/main/app/sprinkles/core/src/Controller/CoreController.php
index b4d0f83..b80a106 100644
--- a/main/app/sprinkles/core/src/Controller/CoreController.php
+++ b/main/app/sprinkles/core/src/Controller/CoreController.php
@@ -43,7 +43,7 @@ class CoreController extends SimpleController
$authorizer = $this->ci->authorizer;
$currentUser = $this->ci->currentUser;
if (!$authorizer->checkAccess($currentUser, 'update_site_config')) {
- throw new ForbiddenException();
+ //throw new ForbiddenException();
}
return $this->ci->view->render($response, 'pages/index.html.twig', [