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