no need for the service restart
This commit is contained in:
@@ -13,7 +13,6 @@ $apprise_input = $_GET['apprise_input'];
|
|||||||
$apprise_notification_title = $_GET['apprise_notification_title'];
|
$apprise_notification_title = $_GET['apprise_notification_title'];
|
||||||
$apprise_notification_body = $_GET['apprise_notification_body'];
|
$apprise_notification_body = $_GET['apprise_notification_body'];
|
||||||
if(isset($_GET['apprise_notify_each_detection'])) {
|
if(isset($_GET['apprise_notify_each_detection'])) {
|
||||||
exec('restart_services.sh');
|
|
||||||
$apprise_notify_each_detection = 1;
|
$apprise_notify_each_detection = 1;
|
||||||
} else {
|
} else {
|
||||||
$apprise_notify_each_detection = 0;
|
$apprise_notify_each_detection = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user