1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 12:05:37 +02:00

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
This commit is contained in:
Paul S. Owen 2002-01-13 15:30:03 +00:00
parent ad6df09450
commit 31387aa528

View File

@ -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