🐛 Add exit() after header() calls
Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?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>
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
header('Location: /view?rid=' . $tkt_uuid);
|
header('Location: /view?rid=' . $tkt_uuid);
|
||||||
|
exit();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user