Merge pull request #67 from 0x5f3/rebase-fix

fix rebase issues with reverse proxy
This commit is contained in:
jokob-sk
2022-08-05 23:00:52 +10:00
committed by GitHub
8 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ session_start();
if ($_SESSION["login"] != 1)
{
header('Location: /index.php');
header('Location: index.php');
exit;
}