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