diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index f9623091d3..a5c1f15773 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -28,8 +28,10 @@ define(DEBUG, 1); // Debugging on // User Levels <- Do not change the values of USER or ADMIN define(DELETED, -1); define(ANONYMOUS, -1); + define(USER, 0); define(ADMIN, 1); +define(MOD, 2); // User related |