aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-01-13 15:30:03 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-01-13 15:30:03 +0000
commit31387aa528f4857e57f9ca59bb1f30770133d575 (patch)
tree7179f62ba7ed50014afacb9af5b391c003b96777 /phpBB/includes
parentad6df09450f6b3ecc15093712487de4958d5147d (diff)
downloadforums-31387aa528f4857e57f9ca59bb1f30770133d575.tar
forums-31387aa528f4857e57f9ca59bb1f30770133d575.tar.gz
forums-31387aa528f4857e57f9ca59bb1f30770133d575.tar.bz2
forums-31387aa528f4857e57f9ca59bb1f30770133d575.tar.xz
forums-31387aa528f4857e57f9ca59bb1f30770133d575.zip
Add MOD user_level ... not terribly 'clean' with the permissions setup but allows simple implementation of 'global' mod needs
git-svn-id: file:///svn/phpbb/trunk@1857 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/constants.php2
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