mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixed various issues and bugs
git-svn-id: file:///svn/phpbb/trunk@1260 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -124,6 +124,7 @@ define(PAGE_TOPIC_OFFSET, 5000);
|
||||
|
||||
|
||||
// Auth settings
|
||||
define(AUTH_LIST_ALL, 0);
|
||||
define(AUTH_ALL, 0);
|
||||
|
||||
define(AUTH_REG, 1);
|
||||
@@ -145,8 +146,6 @@ define(AUTH_POLLCREATE, 9);
|
||||
define(AUTH_VOTE, 10);
|
||||
define(AUTH_ATTACH, 11);
|
||||
|
||||
define(AUTH_LIST_ALL, 20);
|
||||
|
||||
|
||||
// Table names
|
||||
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
|
||||
|
Reference in New Issue
Block a user