Revert "🐛 Add exit() after header() calls"

This reverts commit 00ad2c6d17.
This commit is contained in:
2020-08-04 18:45:24 +01:00
parent c1861d874a
commit 13d3175e66
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
<?php <?php
require_once __DIR__ . "/prereqs.php"; require_once __DIR__ . "/prereqs.php";
$PAGE_TITLE = $PAGE_NAME . " :: " . $_ENV['APP_NAME']; $PAGE_TITLE = $PAGE_NAME . " :: " . $_ENV['APP_NAME'];
exit();
?> ?>
<!doctype html> <!doctype html>

View File

@@ -45,7 +45,6 @@
} }
header('Location: /view?rid=' . $tkt_uuid); header('Location: /view?rid=' . $tkt_uuid);
exit();
} }
?> ?>