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'])) {