fix rebase issues with reverse proxy

This commit is contained in:
0x5f3
2022-08-05 12:37:08 +00:00
parent 8650c68801
commit 23970fa2cd
8 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<!-- ---------------------------------------------------------------------------
# Pi.Alert
# Open Source Network Guard / WIFI & LAN intrusion detector
# Open Source Network Guard / WIFI & LAN intrusion detector
#
# events.php - Front module. Events page
#-------------------------------------------------------------------------------
@@ -12,7 +12,7 @@ session_start();
if ($_SESSION["login"] != 1)
{
header('Location: /index.php');
header('Location: index.php');
exit;
}