comparison website/switch.php @ 161:3ac0968e26f3

merged with Karls repo from website
author Stephan Holl <stephan.holl@intevation.de>
date Thu, 30 Jun 2011 12:40:27 +0200
parents 579b94f442a9
children 123ebb293f3a
comparison
equal deleted inserted replaced
154:f4ad6a74e4ef 161:3ac0968e26f3
1 <?PHP
2 switch ($_SERVER["HTTP_HOST"]) {
3 case "www.mapwoc.de":
4 case "mapwoc.de":
5 $target = "index-de.html";
6 break;
7 default:
8 $target = "index.html";
9 }
10 readfile($target);
11 ?>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)