Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv16069/phpslash-ft/public_html
Modified Files:
config.php3
Log Message:
reg or log authmode
Index: config.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** config.php3 20 May 2002 19:52:48 -0000 1.139
--- config.php3 21 May 2002 15:02:03 -0000 1.140
***************
*** 380,383 ****
--- 380,389 ----
//////////////////////////////////////////////////////////////////////////
+ // 2.1) PHPLIB Auth Class extension
+
+ // allow self registration.
+ // set to 'reg' for self registration, 'log' otherwise.
+ $_PSL['authmode'] = 'reg';
+
// 2.1) PHPLIB DB Class extension
|