fix: broken discord form (#302)

This commit is contained in:
Miguel Ribeiro
2024-05-07 09:42:22 +02:00
committed by GitHub
parent 6ccb90e8b8
commit b435d6a5cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<?php <?php
$version = "v1.25.0"; $version = "v1.25.1";
?> ?>
+1 -1
View File
@@ -231,7 +231,7 @@
if ($rowCount == 0) { if ($rowCount == 0) {
$notificationsDiscord['enabled'] = 0; $notificationsDiscord['enabled'] = 0;
$notificationsDiscord['url'] = ""; $notificationsDiscord['webhook_url'] = "";
$notificationsDiscord['bot_username'] = ""; $notificationsDiscord['bot_username'] = "";
$notificationsDiscord['bot_avatar'] = ""; $notificationsDiscord['bot_avatar'] = "";
} }