cleanup: the birdweather procedure has changed

This commit is contained in:
frederik
2024-05-22 16:41:49 +02:00
parent 3d8944187a
commit a76f85269b
2 changed files with 0 additions and 27 deletions
-12
View File
@@ -1,12 +0,0 @@
<?php
require_once 'scripts/common.php';
$config = get_config();
$template = file_get_contents("./scripts/email_template");
foreach($config as $key => $value)
{
$template = str_replace('{{ '.$key.' }}', $value, $template);
}
echo $template;
?>
-15
View File
@@ -1,15 +0,0 @@
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
City= [ City ]%0A
State= [ State ]%0A
Country= [ Country ]%0A
%0A%0A
Thank you so much!%0A
[ Your Name Here ]
%0A%0A
Disclaimer: By requesting this BirdWeather ID, I acknowledge that my location%0A
and recording data will be made public.