Skip to content
Snippets Groups Projects
Commit 736fd156 authored by Haidar's avatar Haidar
Browse files

refactor: change error routing to 403.php

parent 82cae825
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
session_start();
if (!isset($_SESSION['isAdmin']) || $_SESSION['isAdmin'] !== '1') {
header('Location: go+away+you+hackers');
header('Location: /error/403.php/?haha=go+away+you+hackers');
exit();
}
?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment