view switch.php @ 157:ee9f3bb16f36

MapWOC in menu logo, new color theme
author Karl-Heinz Ruskowski <khruskowski@intevation.de>
date Fri, 01 Apr 2011 14:37:54 +0200
parents 5a882b5773c9
children
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)