view website/switch.php @ 214:0770d8c9999b

* website/download-de.htm4, website/index.htm4: repaired broken links found by Hans
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 22 Jul 2011 14:11:06 +0200
parents 011ec33e84b4
children
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.html";
 }
readfile($target);
?>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)