403 Forbidden

"; exit; } if($web_vars['action'] == 'check') { require_once('php-captcha.inc.php'); if (PhpCaptcha::Validate($user_code)) { // Update the status mysql_query_wrapper("update tickets set ticket_state_id=0 where ticket_id='" . $ticket_id . "' AND ticket_auth='" . $ticket_auth . "'"); header("Location: " . $ticket_id.$ticket_auth); exit; } } include "top.php"; ?>

Ticket Added

Your ticket has been added, however you must pass a captcha test before it will be flagged for a response

visual-captcha

Please enter the code shown into the box provided