. -------------------------------------------------------------------------- */ include_once ("../../../inc/includes.php"); Session::checkLoginUser(); Plugin::load('processmaker', true); // ??? if (!isset($_REQUEST["id"])) { $_REQUEST["id"] = ""; } $PluginCrontaskaction = new PluginProcessmakerCrontaskaction(); Html::header(__('ProcessMaker', 'processmaker'), $_SERVER['PHP_SELF'], "tools", "PluginProcessmakerMenu", "crontaskaction"); $PluginCrontaskaction->display($_REQUEST); Html::footer();