Mercurial > mxd2map
view website/switch.php @ 346:ab4e4c4b83c9
Add Install_Linux.txt with all my notes from the installtion
this file should be cleaned for publishing
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 16 Nov 2012 17:02:07 +0100 |
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); ?>