fix: Update include paths for Discord webhooks in login, register, and new event pages
This commit is contained in:
@@ -50,7 +50,7 @@ if (!$result) {
|
||||
// Utilistation d'un Webhook Discord pour notifier l'administrateur de la
|
||||
//connexion des utilisateurs [fork de : https://stackoverflow.com/a/73547248]
|
||||
|
||||
include ($_SERVER['DOCUMENT_ROOT'] . '/views/discordWebhookLogin.php');
|
||||
include ($_SERVER['DOCUMENT_ROOT'] . '/tools/discordWebhookLogin.php');
|
||||
|
||||
header("Location: /?res=login-succeeded");
|
||||
die();
|
||||
|
Reference in New Issue
Block a user