Mercurial > mxd2map
view website/switch.php @ 171:bf1ba2e06991
* mxd/Styles/scale/maxscale_100000.mxd,
mxd/Styles/scale/minscale_10000.mxd: New. Added Testcase for
MIN/MAXSCALEDENOM
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 06 Jul 2011 17:04:46 +0200 |
parents | 579b94f442a9 |
children | 123ebb293f3a |
line wrap: on
line source
<?PHP switch ($_SERVER["HTTP_HOST"]) { case "www.mapwoc.de": case "mapwoc.de": $target = "index-de.html"; break; default: $target = "index.html"; } readfile($target); ?>