Author: grothoff
Date: 2005-10-06 01:15:15 -0700 (Thu, 06 Oct 2005)
New Revision: 2167
Modified:
GNUnet-docs/WWW/i18nhtml.inc.php
Log:
try
Modified: GNUnet-docs/WWW/i18nhtml.inc.php
===================================================================
--- GNUnet-docs/WWW/i18nhtml.inc.php 2005-10-06 08:10:53 UTC (rev 2166)
+++ GNUnet-docs/WWW/i18nhtml.inc.php 2005-10-06 08:15:15 UTC (rev 2167)
@@ -184,7 +184,7 @@
$hasTranslation = $i18nHTMLhasTranslation;
if ( ($editor) || ($i18nHTMLhasTranslation == 0) ) {
$protocol = "http";
- if ($_SERVER['HTTPS'] == 'on')
+ if ($HTTP_SERVER_VARS['HTTPS'] == 'on')
$secure = "https"; // switch to https
$back = $protocol . "://" . $HTTP_SERVER_VARS["HTTP_HOST"] .
$HTTP_SERVER_VARS["REQUEST_URI"];
return "<a href=\"" . $i18nHTMLbase . "translate.php?xlang="
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn