mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
Instalator fixes and lots and lots of other bugfixes
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ if (isset($_GET['id']))
|
||||
try {
|
||||
$displayed_user = new User($id);
|
||||
} catch (Exception $e) {
|
||||
header("Location: /admin/?do=user");
|
||||
header("Location: ".WEB_URL."/admin/?do=user");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user