[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.54, 1.55

Dirk Haun dhaun at qs1489.pair.com
Sat Sep 6 10:46:27 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv46653

Modified Files:
	index.php 
Log Message:
Missing slash after "public_html" (bug #0000715)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** index.php	6 Sep 2008 13:18:50 -0000	1.54
--- index.php	6 Sep 2008 14:46:24 -0000	1.55
***************
*** 1899,1903 ****
                  $dbconfig_path = file_exists($gl_path . $dbconfig_file)
                                      ? $gl_path . $dbconfig_file
!                                     : $gl_path . 'public_html' . $dbconfig_file;
              }
  
--- 1899,1903 ----
                  $dbconfig_path = file_exists($gl_path . $dbconfig_file)
                                      ? $gl_path . $dbconfig_file
!                                     : $gl_path . 'public_html/' . $dbconfig_file;
              }
  




More information about the geeklog-cvs mailing list