Mercurial > mxd2map
view website/switch.php @ 209:1d7fc059e538
* doku/source/functionality.txt: Added part about the translation
of umlauts into the doku.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 22 Jul 2011 11:14:19 +0200 |
parents | 123ebb293f3a |
children | 011ec33e84b4 |
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-de.html"; } readfile($target); ?>