cleanup: the birdweather procedure has changed
This commit is contained in:
@@ -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;
|
|
||||||
?>
|
|
||||||
|
|
||||||
@@ -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.
|
|
||||||
Reference in New Issue
Block a user