aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/constants.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 14b86d640f..d2a59fc801 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -36,11 +36,16 @@ define(USER, 0);
define(ADMIN, 1);
-// User Activation
+// User related
define(USER_ACTIVATION_NONE, 0);
define(USER_ACTIVATION_SELF, 1);
define(USER_ACTIVATION_ADMIN, 2);
+define(USER_AVATAR_NONE, 0);
+define(USER_AVATAR_UPLOAD, 1);
+define(USER_AVATAR_REMOTE, 2);
+define(USER_AVATAR_GALLERY, 3);
+
// Forum state
define(FORUM_UNLOCKED, 0);