[geeklog-cvs] geeklog-1.3 config.php,1.87,1.88

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Jun 22 11:47:15 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv14318

Modified Files:
	config.php 
Log Message:
Added tracking of users lastlogin timestamp to the userinfo table. New $_CONF['lastlogin'] added to config.php - SESSION SETTINGS, and lastlogin field to the userinfo table

Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** config.php	17 Jun 2003 10:30:26 -0000	1.87
--- config.php	22 Jun 2003 15:47:13 -0000	1.88
***************
*** 214,217 ****
--- 214,220 ----
  $_CONF['cookiesecure']                  = 0;
  
+ // Set to false if you don't want to store last login data and time in the userinfo table
+ $_CONF['lastlogin']                     = true;
+ 
  // +---------------------------------------------------------------------------+
  // | This is really redundant but I am including this as a reminder that those |





More information about the geeklog-cvs mailing list