Mercurial > mxd2map
view website/switch.php @ 165:87afe66f7d88
Merged with raimunds changes
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 14:59:44 +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); ?>