3
0
Files
tomolino-processmaker/front/process_profile.form.php
tomolimo 51a71c4289 Beta version of sub-process (sub-case) management
Partially re-coding to be more compliant to GLPI framework
2018-07-04 11:24:29 +02:00

18 lines
294 B
PHP

<?php
include_once ("../../../inc/includes.php");
Session::checkCentralAccess();
$right = new PluginProcessmakerProcess_Profile();
if (isset($_POST["add"])) {
$right->check(-1, UPDATE, $_POST);
if ($right->add($_POST)) {
}
Html::back();
}
Html::displayErrorAndDie("lost");