fixed BirdWeather request link
This commit is contained in:
@@ -4,7 +4,7 @@ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
|
|||||||
} elseif (file_exists('/home/pi/BirdNET-Pi/firstrun.ini')) {
|
} elseif (file_exists('/home/pi/BirdNET-Pi/firstrun.ini')) {
|
||||||
$config = parse_ini_file('/home/pi/BirdNET-Pi/firstrun.ini');
|
$config = parse_ini_file('/home/pi/BirdNET-Pi/firstrun.ini');
|
||||||
}
|
}
|
||||||
$template = file_get_contents("email_template");
|
$template = file_get_contents("scripts/email_template");
|
||||||
|
|
||||||
foreach($config as $key => $value)
|
foreach($config as $key => $value)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user