mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user