Mercurial > mxd2map
view website/switch.php @ 159:579b94f442a9
moved to subfolder website
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 12:30:33 +0200 |
parents | switch.php@5a882b5773c9 |
children | 123ebb293f3a |
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); ?>