diff --git a/post/ticket.php b/post/ticket.php index 892c636b..19a502ef 100644 --- a/post/ticket.php +++ b/post/ticket.php @@ -477,7 +477,7 @@ if (isset($_GET['delete_ticket'])) { $_SESSION['alert_type'] = "error"; $_SESSION['alert_message'] = "Ticket $ticket_prefix$ticket_number along with all replies deleted"; - header("Location: " . $_SERVER["HTTP_REFERER"]); + header("Location: tickets.php"); } }