From ea41b8e747c9ec1f95f27a529c7e2439709e7097 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 18 Apr 2016 18:41:09 -0400 Subject: [PATCH] Update reply_ticket --- reply_ticket.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/reply_ticket.php b/reply_ticket.php index db6ffcb0..bcacfb73 100644 --- a/reply_ticket.php +++ b/reply_ticket.php @@ -1,7 +1,7 @@
'; - hesk_process_messages($hesk_error_buffer, 'ticket.php?track=' . $trackingID . $hesk_settings['e_param'] . '&Refresh=' . rand(10000, 99999)); + hesk_process_messages($hesk_error_buffer,'ticket.php'); } // Check if this IP is temporarily locked out @@ -142,7 +146,7 @@ hesk_verifyEmailMatch($trackingID, $my_email, $ticket['email']); /* Ticket locked? */ if ($ticket['locked']) { - hesk_process_messages($hesklang['tislock2'], 'ticket.php?track=' . $trackingID . $hesk_settings['e_param'] . '&Refresh=' . rand(10000, 99999)); + hesk_process_messages($hesklang['tislock2'],'ticket.php'); exit(); } @@ -226,6 +230,5 @@ else { hesk_cleanSessionVars('ticket_message'); /* Show the ticket and the success message */ -hesk_process_messages($hesklang['reply_submitted_success'], 'ticket.php?track=' . $trackingID . $hesk_settings['e_param'] . '&Refresh=' . rand(10000, 99999), 'SUCCESS'); +hesk_process_messages($hesklang['reply_submitted_success'],'ticket.php','SUCCESS'); exit(); -?>