diff --git a/scripts/birdweather_request.php b/scripts/birdweather_request.php new file mode 100644 index 0000000..b52c044 --- /dev/null +++ b/scripts/birdweather_request.php @@ -0,0 +1,15 @@ + $value) +{ + $template = str_replace('{{ '.$key.' }}', $value, $template); +} +echo $template; +?> + diff --git a/scripts/config.php b/scripts/config.php index 82c6165..1b2504b 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -120,6 +120,7 @@ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {

+

Email Tim to request a BirdWeather ID


@@ -179,3 +180,4 @@ if(isset($_SESSION['success'])){