Version to 3.5.1
Compatible with GLPI 9.3
This commit is contained in:
@@ -4,14 +4,13 @@ include_once ("../../../inc/includes.php");
|
||||
|
||||
Session::checkCentralAccess();
|
||||
|
||||
$right = new PluginProcessmakerProcess_Profile();
|
||||
$right = new PluginProcessmakerProcess_Profile();
|
||||
|
||||
if (isset($_POST["add"])) {
|
||||
|
||||
$right->check(-1, UPDATE, $_POST);
|
||||
if ($right->add($_POST)) {
|
||||
}
|
||||
$right->add($_POST);
|
||||
Html::back();
|
||||
}
|
||||
}
|
||||
|
||||
Html::displayErrorAndDie("lost");
|
||||
|
||||
Reference in New Issue
Block a user