From 42de0bcc7d9281afab0bd9665544dffa6516feb2 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Wed, 22 Jun 2022 12:59:35 -0400 Subject: [PATCH] 397 more info for debugging --- homepage/style.css | 3 --- scripts/config.php | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 19faf05..6f093bb 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -780,7 +780,4 @@ form#views button .updatenumber { .testbtn { background:#77c487 !important; -} -#testsuccessmsg { - font-size:small; } \ No newline at end of file diff --git a/scripts/config.php b/scripts/config.php index 3122b66..e98b9b4 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -150,7 +150,7 @@ if(isset($_GET['sendtest']) && $_GET['sendtest'] == "true") { $body = str_replace("\$confidence", "0.85", $body); $body = str_replace("\$listenurl", "http://example.com/listenurl=", $body); - shell_exec($home."/BirdNET-Pi/birdnet/bin/apprise -vv -t '".$title."' -b '".$body."' ".$cf." "); + echo "
".shell_exec($home."/BirdNET-Pi/birdnet/bin/apprise -vv -t '".$title."' -b '".$body."' ".$cf." ")."
"; die(); } @@ -197,6 +197,7 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {