Mercurial > mxd2map
view website/switch.php @ 290:e6e5eaf431ac
added some hints about MapServer and SDE-libs
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Tue, 03 Apr 2012 10:48:41 +0200 |
parents | 011ec33e84b4 |
children |
line wrap: on
line source
<?PHP switch ($_SERVER["HTTP_HOST"]) { case "www.mxd2map.org": case "mxd2map.org": $target = "index-de.html"; break; default: $target = "index.html"; } readfile($target); ?>