From 131942ca5e049946bb2362af9a96f7c292716bda Mon Sep 17 00:00:00 2001
From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com>
Date: Mon, 9 May 2022 18:19:17 -0400
Subject: [PATCH] Update config.php
---
scripts/config.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/config.php b/scripts/config.php
index 8a66d5e..f044403 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -13,6 +13,7 @@ $apprise_input = $_GET['apprise_input'];
$apprise_notification_title = $_GET['apprise_notification_title'];
$apprise_notification_body = $_GET['apprise_notification_body'];
if(isset($_GET['apprise_notify_each_detection'])) {
+ exec('restart_services.sh');
$apprise_notify_each_detection = 1;
} else {
$apprise_notify_each_detection = 0;
@@ -163,7 +164,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
-