diff --git a/scripts/config.php b/scripts/config.php index 7a64be2..1121475 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -133,6 +133,13 @@ if(isset($_GET["latitude"])){ $contents2 = preg_replace("/APPRISE_MINIMUM_SECONDS_BETWEEN_NOTIFICATIONS_PER_SPECIES=.*/", "APPRISE_MINIMUM_SECONDS_BETWEEN_NOTIFICATIONS_PER_SPECIES=$minimum_time_limit", $contents2); + if($site_name != $config["SITE_NAME"]) { + echo ""; + } + $fh = fopen("/etc/birdnet/birdnet.conf", "w"); $fh2 = fopen("./scripts/thisrun.txt", "w"); fwrite($fh, $contents);