[geeklog-cvs] geeklog-1.3 config.php,1.127,1.128

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Aug 11 14:14:45 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv11717

Modified Files:
	config.php 
Log Message:
ntroduced a 'data' directory ($_CONF['path_data']) and use it for the batch user import, as Geeklog's base directory may not be writable on some setups (bug #77)


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** config.php	8 Aug 2004 17:00:06 -0000	1.127
--- config.php	11 Aug 2004 18:14:42 -0000	1.128
***************
*** 112,124 ****
  
  // you shouldn't need to edit theses
! $_CONF['path_system']     = $_CONF['path'] . 'system/';
! $_CONF['path_log']        = $_CONF['path'] . 'logs/';
! $_CONF['path_language']   = $_CONF['path'] . 'language/';
! $_CONF['backup_path']     = $_CONF['path'] . 'backups/';
  
  // If you set path_images to something other than the default, you will need to
  // make sure that you add the following subdirectories to that directory:
  // articles/, userphotos/
! $_CONF['path_images']     = $_CONF['path_html'] . 'images/';
  
  // +---------------------------------------------------------------------------+
--- 112,125 ----
  
  // you shouldn't need to edit theses
! $_CONF['path_system']   = $_CONF['path'] . 'system/';
! $_CONF['path_log']      = $_CONF['path'] . 'logs/';
! $_CONF['path_language'] = $_CONF['path'] . 'language/';
! $_CONF['backup_path']   = $_CONF['path'] . 'backups/';
! $_CONF['path_data']     = $_CONF['path'] . 'data/';
  
  // If you set path_images to something other than the default, you will need to
  // make sure that you add the following subdirectories to that directory:
  // articles/, userphotos/
! $_CONF['path_images']   = $_CONF['path_html'] . 'images/';
  
  // +---------------------------------------------------------------------------+




More information about the geeklog-cvs mailing list