Mercurial > mxd2map
view website/switch.php @ 205:07b991b940ab
Concatenate grouplayer name and layer name to have a unique identifier for each
layer.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 21 Jul 2011 16:52:36 +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); ?>