Instalator fixes and lots and lots of other bugfixes

This commit is contained in:
Vojtěch Sajdl
2018-01-12 21:35:31 +01:00
parent e19fd0d3c2
commit c25e8bcae8
16 changed files with 434 additions and 170 deletions
+1 -1
View File
@@ -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");
}