Allow installation on sub directories #26

Merged
amit177 merged 2 commits from bugfix/installation-path into main 2023-09-10 20:22:56 +08:00
Showing only changes of commit 5850803887 - Show all commits

View File

@ -31,7 +31,7 @@ function exitErrorMessage(string $message): void
function exitNormal(): void
{
header('Location: /');
header("Refresh: 0");
exit;
}