comparison website/switch.php @ 159:579b94f442a9

moved to subfolder website
author Stephan Holl <stephan.holl@intevation.de>
date Thu, 30 Jun 2011 12:30:33 +0200
parents switch.php@5a882b5773c9
children 123ebb293f3a
comparison
equal deleted inserted replaced
158:c4fa8e2cb5f7 159:579b94f442a9
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)