[geeklog-cvs] geeklog-1.3 config.php,1.130,1.131

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Aug 25 04:41:34 EDT 2004


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

Modified Files:
	config.php 
Log Message:
Fixed typo ('prefex')


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** config.php	15 Aug 2004 19:57:48 -0000	1.130
--- config.php	25 Aug 2004 08:41:31 -0000	1.131
***************
*** 309,315 ****
  $_CONF['sessions_usecookie']            = true;
  $_CONF['sessionid']                     = 'SessionID';
! // The prefix can be useful for instance if you generate identifiers simultaneously on several hosts 
! // and there is the extream chance to generate the identifier at the same microsecond.
! $_CONF['sessionid_prefex']              = 'gl';
  
  // +---------------------------------------------------------------------------+
--- 309,317 ----
  $_CONF['sessions_usecookie']            = true;
  $_CONF['sessionid']                     = 'SessionID';
! 
! // The prefix can be useful for instance if you generate identifiers
! // simultaneously on several hosts and there is the extreme chance to generate
! // the identifier at the same microsecond.
! $_CONF['sessionid_prefix']              = 'gl';
  
  // +---------------------------------------------------------------------------+




More information about the geeklog-cvs mailing list