1
0
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:
James Atkinson
2001-03-07 06:53:39 +00:00
parent 231c945e35
commit 9ef35696d2
8 changed files with 299 additions and 76 deletions

View File

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