view website/switch.php @ 344:2e170d69af30

Added a bunch of epsg codes.
author Bjoern Schilberg <bjoern@intevation.de>
date Wed, 14 Nov 2012 13:34:43 +0100
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)