Manual merge of pr/64 by @0x5f3

This commit is contained in:
jokob-sk
2022-08-05 10:57:16 +10:00
parent 7d50e3407b
commit e6d75b411a
10 changed files with 16 additions and 15 deletions

View File

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