Mercurial > mxd2map
view website/switch.php @ 163:8f9196c9c7e8
Added mxd2map-content to website
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 14:56:05 +0200 |
parents | 579b94f442a9 |
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); ?>