comparison switch.php @ 155:5a882b5773c9

initial website.
author Emanuel Schuetze <emanuel@intevation.de>
date Wed, 30 Mar 2011 15:51:06 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 155:5a882b5773c9
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)