[Gpg4win-commits] r556 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 8 15:37:34 CEST 2007
Author: wilde
Date: 2007-10-08 15:37:34 +0200 (Mon, 08 Oct 2007)
New Revision: 556
Modified:
trunk/doc/website/switch.php
Log:
gpg4win.de calls now the german version, too.
Modified: trunk/doc/website/switch.php
===================================================================
--- trunk/doc/website/switch.php 2007-10-06 18:40:03 UTC (rev 555)
+++ trunk/doc/website/switch.php 2007-10-08 13:37:34 UTC (rev 556)
@@ -1,6 +1,7 @@
<?PHP
switch ($_SERVER["HTTP_HOST"]) {
case "www.gpg4win.de":
+ case "gpg4win.de":
$target = "index-de.html";
break;
default:
More information about the Gpg4win-commits
mailing list