Fix setup redirect

This commit is contained in:
johnnyq
2025-08-06 12:52:02 -04:00
parent e24ec04a75
commit be66a1690f
2 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ if (file_exists("config.php")) {
header("Location: /user");
}
} else {
header("Location: setup");
header("Location: /setup");
exit();
}