[geeklog-cvs] geeklog-1.3 config.php,1.70,1.71

dhaun at geeklog.net dhaun at geeklog.net
Sun Jan 19 05:39:36 EST 2003


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

Modified Files:
	config.php 
Log Message:
Allow users to change their username if $_CONF['allow_username_change'] == 1


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** config.php	16 Jan 2003 22:51:53 -0000	1.70
--- config.php	19 Jan 2003 10:39:33 -0000	1.71
***************
*** 241,244 ****
--- 241,248 ----
  $_CONF['skip_preview']  = 0; // If = 1, allow user to submit comments and stories without previewing
  
+ // Allow users to change their username (if set to 1).
+ $_CONF['allow_username_change'] = 0;
+ 
+ 
  // Topic Settings
  





More information about the geeklog-cvs mailing list