|
From: Paul S. O. <ps...@us...> - 2001-11-03 13:54:08
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv17905/includes Modified Files: constants.php Log Message: Fixed various issues and bugs Index: constants.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/constants.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** constants.php 2001/10/25 08:59:51 1.37 --- constants.php 2001/11/03 13:54:04 1.38 *************** *** 125,128 **** --- 125,129 ---- // Auth settings + define(AUTH_LIST_ALL, 0); define(AUTH_ALL, 0); *************** *** 145,150 **** define(AUTH_VOTE, 10); define(AUTH_ATTACH, 11); - - define(AUTH_LIST_ALL, 20); --- 146,149 ---- |