diff options
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index 43dab2004c..9acdd8fac9 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -40,8 +40,8 @@ define(PUBLIC, 1); define(PRIVATE, 2); // Forum posting levels -define(ANONALLOWED, 1); -define(REGONLY, 2); +define(ANONALLOWED, 2); +define(REGONLY, 1); define(MODONLY, 3); // Topic state |