chore: 🧹 Code Cleanup
Some checks are pending
docker / docker_dev (push) Waiting to run

This commit is contained in:
jokob-sk
2024-09-28 11:20:57 +10:00
parent 7731a01f3c
commit 1e197ae749
15 changed files with 22 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ if($Pia_WebProtection == 'true')
} else
{
// we need to redirect
header('Location: index.php');
header('Location: /index.php');
}
}