mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-08-24 14:45:48 +02:00
Fix ACLs
This commit is contained in:
committed by
Johan Cwiklinski
parent
482955914d
commit
32b18bb4a2
@@ -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');
|
||||
|
Reference in New Issue
Block a user