diff website/switch.php @ 198:6db0677a6450

Merged with Stephans commits.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 20 Jul 2011 18:01:32 +0200
parents 123ebb293f3a
children 011ec33e84b4
line wrap: on
line diff
--- a/website/switch.php	Wed Jul 20 17:56:29 2011 +0200
+++ b/website/switch.php	Wed Jul 20 18:01:32 2011 +0200
@@ -1,11 +1,11 @@
 <?PHP
 switch ($_SERVER["HTTP_HOST"]) {
- case "www.mapwoc.de":
- case "mapwoc.de":
+ case "www.mxd2map.org":
+ case "mxd2map.org":
    $target = "index-de.html";
    break;
  default:
-   $target = "index.html";
+   $target = "index-de.html";
  }
 readfile($target);
 ?>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)