view website/switch.php @ 191:17b4aaa159ec

Added offset attributes to marker style symbols.
author raimund renkert <raimund.renkert@intevation.de>
date Wed, 20 Jul 2011 16:02:57 +0200
parents 579b94f442a9
children 123ebb293f3a
line wrap: on
line source
<?PHP
switch ($_SERVER["HTTP_HOST"]) {
 case "www.mapwoc.de":
 case "mapwoc.de":
   $target = "index-de.html";
   break;
 default:
   $target = "index.html";
 }
readfile($target);
?>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)