diff --git a/scripts/advanced.php b/scripts/advanced.php index c71cd24..24f4879 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -115,6 +115,8 @@ if(isset($_GET['submit'])) { $contents = preg_replace("/PRIVACY_THRESHOLD=.*/", "PRIVACY_THRESHOLD=$privacy_threshold", $contents); $contents2 = preg_replace("/PRIVACY_THRESHOLD=.*/", "PRIVACY_THRESHOLD=$privacy_threshold", $contents2); } + + exec('sudo systemctl restart birdnet_server.service'); } if(isset($_GET["rec_card"])) { @@ -203,7 +205,7 @@ if (file_exists('./scripts/thisrun.txt')) { document.getElementById("predictionCount").innerHTML = parseInt((this.value * )/100); } -

If a Human is predicted anywhere among the top predictions, the sample will be considered of human origin and no data will be collected.

+

If a Human is predicted anywhere among the top predictions, the sample will be considered of human origin and no data will be collected.