Discord compatible webhooks + bugfix of redirect after logon

This commit is contained in:
jokob.sk
2022-08-17 13:39:06 +10:00
parent 929ea98fce
commit ced6190b55
4 changed files with 27 additions and 14 deletions

View File

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