Mercurial > mxd2map
view website/switch.php @ 268:1725558a9ce8
* website/about-de.htm4, website/about.htm4, website/buildhtml.mk:
rearranged logo in about-page, optimized Make-targets.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 08 Sep 2011 16:47:40 +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); ?>