Skip to content
Permalink
Browse files Browse the repository at this point in the history
Merge pull request from GHSA-3324-57w6-jxcq
  • Loading branch information
stonebuzz committed May 31, 2022
1 parent ee73553 commit 29a7f92
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions front/config.form.php
Expand Up @@ -32,10 +32,8 @@
include ('../../../inc/includes.php');
require_once('../inc/config.class.php');

Session::haveRight("config", UPDATE);

Html::header(__("Setup - SCCM", "sccm"), $_SERVER["PHP_SELF"],
"plugins", "sccm", "configuration");
Session::checkRight("config", UPDATE);

$PluginSccmConfig = new PluginSccmConfig();

Expand All @@ -53,6 +51,7 @@
Html::back();
}

Html::header(__("Setup - SCCM", "sccm"), $_SERVER["PHP_SELF"],
"plugins", "sccm", "configuration");
$PluginSccmConfig->showConfigForm($PluginSccmConfig);

Html::footer();

0 comments on commit 29a7f92

Please sign in to comment.