Cookiepersistenz für eigene Schwellwerte

This commit is contained in:
Robin Kloppe 2014-06-18 10:24:29 +02:00
parent e9d44724f7
commit 50be9ab7c9
3 changed files with 168 additions and 40 deletions

11
config.php Normal file
View file

@ -0,0 +1,11 @@
<?php /*
* Konfiguration
*/
/**
* Link zur Wetterstation auf Wunderground
*/
define('WETTERSTATION', 'http://www.wunderground.com/cgi-bin/findweather/hdfForecast?query=51.330%2C12.363&sp=ISACHSEN121&apiref=5493fcc3357cb244');
/**
* Name der Stadt
*/
define('STADT', 'Leipzig');