aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 4d9dc0798f..2c664542d9 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -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');