view website/switch.php @ 168:f3a539ace2a4

Write line width and outline for polygons filled with hatch symbol.
author vc11884admin@VC11884.win.bsh.de
date Tue, 05 Jul 2011 17:22:03 +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)