view switch.php @ 156:67d395ac5509

updated buildhtml to hg.
author Emanuel Schuetze <emanuel@intevation.de>
date Wed, 30 Mar 2011 16:11:28 +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)