gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www 404.php,1.6,1.7


From: gsmet
Subject: [Gforge-commits] gforge/www 404.php,1.6,1.7
Date: Fri, 08 Oct 2004 16:36:34 -0500

Update of /cvsroot/gforge/gforge/www
In directory db.perdue.net:/tmp/cvs-serv5823/www

Modified Files:
        404.php 
Log Message:
fixed a lot of malformed strings
fixed missing $ in variable name
fixed some parse errors

Index: 404.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/404.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 404.php     27 Aug 2004 19:06:11 -0000      1.6
+++ 404.php     8 Oct 2004 21:36:32 -0000       1.7
@@ -30,9 +30,9 @@
 echo "<div align=\"center\">";
 
 if (session_issecure()) {
-       echo "<h1><a href=\"https://$GLOBALS[sys_default_domain]\";>";
+       echo '<h1><a href="https://'.$GLOBALS['sys_default_domain'].'">';
 } else {
-       echo "<h1><a href=\"http://$GLOBALS[sys_default_domain]\";>";
+       echo '<h1><a href="http://'.$GLOBALS['sys_default_domain'].'">';
 }
 
 echo $Language->getText('error','not_found')."</a></h1>";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]