diff --git a/admin/admin_main.php b/admin/admin_main.php
index 51711d66..8a6a4141 100644
--- a/admin/admin_main.php
+++ b/admin/admin_main.php
@@ -1,7 +1,7 @@
1) ? $tmp : 1;
/* List of private messages */
diff --git a/admin/manage_canned.php b/admin/manage_canned.php
index f8709baf..b96ee0e9 100644
--- a/admin/manage_canned.php
+++ b/admin/manage_canned.php
@@ -1,7 +1,7 @@
' . $hesk_error_buffer . '
';
- 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();
-?>
diff --git a/submit_ticket.php b/submit_ticket.php
index 1fea838f..d8c89261 100644
--- a/submit_ticket.php
+++ b/submit_ticket.php
@@ -1,7 +1,7 @@