🐛 Force remove headers before redirection
Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
echo("Error running SQL (Add new user): <br>" . $e->getMessage() . "<br>");
|
||||
}
|
||||
|
||||
header_remove();
|
||||
header('Location: /view?rid=' . $tkt_uuid);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user