diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index f20729e6c6..42d3c41463 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -30,6 +30,10 @@ define('USER_FOUNDER', 3); //define('USER_BOT', 2); //define('USER_GUEST', 4); +define('INACTIVE_REGISTER', 1); +define('INACTIVE_PROFILE', 2); +define('INACTIVE_MANUAL', 3); + // ACL define('ACL_NEVER', 0); define('ACL_YES', 1); |