assign('msg',tra("This feature is disabled")); $smarty->display("styles/$style_base/error.tpl"); die; } */ // Check if we are editing an existing process // if so retrieve the process info and assign it. if(!isset($_REQUEST['pid'])) $_REQUEST['pid'] = 0; header('Content-type: text/xml'); echo(''); $data = $processManager->serialize_process($_REQUEST['pid']); echo $data; ?>