view website/switch.php @ 217:13f1cf17f620

[mq]: arcpy_image
author Stephan Holl <stephan.holl@intevation.de>
date Mon, 25 Jul 2011 11:01:53 +0200
parents 123ebb293f3a
children 011ec33e84b4
line wrap: on
line source
<?PHP
switch ($_SERVER["HTTP_HOST"]) {
 case "www.mxd2map.org":
 case "mxd2map.org":
   $target = "index-de.html";
   break;
 default:
   $target = "index-de.html";
 }
readfile($target);
?>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)