Remove unused top nav ticket modal

This commit is contained in:
johnnyq
2025-08-05 18:17:14 -04:00
parent e8a1d4c66c
commit 189098541e
3 changed files with 20 additions and 29 deletions

View File

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