diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-12-30 02:41:22 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-12-30 02:41:22 +0000 |
commit | 736522335971a165326b741632dbd5e1efdf6ec3 (patch) | |
tree | 67c46a7819473edab3b7b4f1ddba4dceb645a4fc /index.php | |
parent | dbc4875e553af4d617bba3d2450562c0671aea95 (diff) |
cleanup
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,12 +10,6 @@ if(empty($lat)) $lat=47.07102; if(empty($lng)) $lng=15.440; if(empty($res)) $res=15; -$apikey = 'unknownhost'; -if($_SERVER['HTTP_HOST'] == 'dev-karte.ffgraz.net') { - $apikey = 'ABQIAAAAZRu0cBQNp9TOBJp1i-DhohS9pf3riiZoWFmOpEuQ19If-UHZjhRHIGQIC00eY1H5H71yDqx-QzdyJA'; -} elseif($_SERVER['HTTP_HOST'] == 'dev-karte.graz.funkfeuer.at') { - $apikey = 'ABQIAAAAZRu0cBQNp9TOBJp1i-DhohSbKGG4yPVU7VmuBMuIIaQfSNuMAxRrbvJwWee4f-0iW-LpRZkkrl531Q'; -} ?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> |