From 9ef35696d2d221a1ab58886f5db94e4988833b0b Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Wed, 7 Mar 2001 06:53:39 +0000 Subject: Started on posting.php, got the logic done for displaying the new topic form git-svn-id: file:///svn/phpbb/trunk@83 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/config.php') 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 -- cgit v1.2.1