mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Add tags and display for plugins on GLPI External links & minor fixes
This commit is contained in:
@ -49,7 +49,7 @@ class PluginExampleConfig extends CommonDBTM {
|
||||
function showFormExample() {
|
||||
global $CFG_GLPI;
|
||||
|
||||
if (!Session::haveRight("config", "w")) {
|
||||
if (!Session::haveRight("config", UPDATE)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user