From 32b18bb4a219f0919674e8a4d1220a74ec2586ca Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Mon, 24 Oct 2016 10:31:53 +0200 Subject: [PATCH] Fix ACLs --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index e7c0482..b2fe132 100755 --- a/config.php +++ b/config.php @@ -39,7 +39,7 @@ define('GLPI_ROOT', '../..'); include (GLPI_ROOT . "/inc/includes.php"); -Session::checkRight("config", "w"); +Session::checkRight("config", UPDATE); // To be available when plugin in not activated Plugin::load('example'); @@ -47,4 +47,4 @@ Plugin::load('example'); Html::header("TITRE",$_SERVER['PHP_SELF'],"config","plugins"); _e("This is the plugin config page", 'example'); Html::footer(); -?> \ No newline at end of file +?>