view website/switch.php @ 273:5161c64e237a

* website/about-de.htm4, website/about.htm4, website/img/arcgis_example-image.png, website/img/arcgis_example-image_small.png, website/img/mapserver_example-image.png, website/img/mapserver_example-image_small.png: Added two screenshots to the website (the example of the installer).
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 09 Sep 2011 11:45:45 +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)