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

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 3 04:54:52 EST 2008


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

Modified Files:
	index.php 
Log Message:
Update default value for 'default_photo' but keep it disabled


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** index.php	6 Jan 2008 20:44:10 -0000	1.31
--- index.php	3 Feb 2008 09:54:50 -0000	1.32
***************
*** 507,511 ****
                              $config->set('rdf_file', $html_path . 'backend/geeklog.rss');
                              $config->set('path_pear', $_CONF['path_system'] . 'pear/');
!                             $config->set('default_photo', urldecode($site_url) . '/default.jpg');
  
                              // Now we're done with the installation so redirect the user to success.php
--- 507,511 ----
                              $config->set('rdf_file', $html_path . 'backend/geeklog.rss');
                              $config->set('path_pear', $_CONF['path_system'] . 'pear/');
!                             $config->set_default('default_photo', urldecode($site_url) . '/default.jpg');
  
                              // Now we're done with the installation so redirect the user to success.php
***************
*** 564,568 ****
                          $config->set('site_mail', urldecode($site_mail));
                          $config->set('noreply_mail', urldecode($noreply_mail));
!                         $config->set('default_photo', urldecode($site_url) . '/default.jpg');
  
                          // Great, installation is complete, redirect to success page
--- 564,568 ----
                          $config->set('site_mail', urldecode($site_mail));
                          $config->set('noreply_mail', urldecode($noreply_mail));
!                         $config->set_default('default_photo', urldecode($site_url) . '/default.jpg');
  
                          // Great, installation is complete, redirect to success page




More information about the geeklog-cvs mailing list