From 00ad2c6d172035b8a92cfc54f250c9de571ffa3b Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Tue, 4 Aug 2020 18:43:52 +0100 Subject: [PATCH] :bug: Add exit() after header() calls Signed-off-by: Luke Tainton --- app/includes/header.php | 1 + app/public/new.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/includes/header.php b/app/includes/header.php index b89d0a3..b65e9ef 100644 --- a/app/includes/header.php +++ b/app/includes/header.php @@ -1,6 +1,7 @@ diff --git a/app/public/new.php b/app/public/new.php index b1604db..84b68e2 100644 --- a/app/public/new.php +++ b/app/public/new.php @@ -45,6 +45,7 @@ } header('Location: /view?rid=' . $tkt_uuid); + exit(); } ?>