[Gnucash-changes] r14400 - htdocs/trunk/externals - like path/filenames, the user provides trailing slashes.

Joshua Sled jsled at cvs.gnucash.org
Wed Jun 21 15:40:06 EDT 2006


Author: jsled
Date: 2006-06-21 15:40:05 -0400 (Wed, 21 Jun 2006)
New Revision: 14400
Trac: http://svn.gnucash.org/trac/changeset/14400

Modified:
   htdocs/trunk/externals/menu.phtml
Log:
like path/filenames, the user provides trailing slashes.


Modified: htdocs/trunk/externals/menu.phtml
===================================================================
--- htdocs/trunk/externals/menu.phtml	2006-06-21 19:38:05 UTC (rev 14399)
+++ htdocs/trunk/externals/menu.phtml	2006-06-21 19:40:05 UTC (rev 14400)
@@ -1,7 +1,7 @@
 <?php
 $self = $_SERVER["HTTP_HOST"];
-if(ereg("lists.gnucash.org",$self)) {
-  $home = "http://www.gnucash.org/";
+if (ereg("lists.gnucash.org", $self)) {
+  $home = "http://www.gnucash.org";
 }
 ?>
 <div id="news">



More information about the gnucash-changes mailing list