adding disclaimer to email_template
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.html");
|
$template = file_get_contents("email_template");
|
||||||
|
|
||||||
foreach($config as $key => $value)
|
foreach($config as $key => $value)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
Hi, Tim, and thank you so much for BirdWeather.com!
|
||||||
|
%0A%0A
|
||||||
|
Below is the information I would like to use to request a BirdWeather ID
|
||||||
|
%0A%0A
|
||||||
|
Latitude={{ LATITUDE }}%0A
|
||||||
|
Longitude={{ LONGITUDE }}%0A
|
||||||
|
Location= [ Create a location name ]%0A
|
||||||
|
%0A%0A
|
||||||
|
Thank you so much!%0A
|
||||||
|
[ Your Name Here ]
|
||||||
|
|
||||||
|
Disclaimer: By requesting this BirdWeather ID, I acknowledge that my location
|
||||||
|
and recording data will be made public.
|
||||||
Reference in New Issue
Block a user