This commit is contained in:
Johan Cwiklinski 2016-10-24 10:31:53 +02:00 committed by Johan Cwiklinski
parent 482955914d
commit 32b18bb4a2

View File

@ -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');