*/ include("session.php"); if(file_exists($_SESSION['config']['lang'].'.php')) { include($_SESSION['config']['lang'].'.php'); } else { $_SESSION['error'] = "Language file missing...
"; } require_once("class_functions.php"); require_once("class_db.php"); require_once("class_workflow.php"); $db = new dbquery(); $func = new functions(); $time = $db->get_session_time_expire(); ?> <?php echo _TICKET_ADDITION;?>
formTicket("add"); ?>