1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

A demo of some Group CP functionality

git-svn-id: file:///svn/phpbb/trunk@658 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-07-13 23:56:46 +00:00
parent 50902c641e
commit d9b62e9964
3 changed files with 253 additions and 5 deletions

View File

@@ -91,6 +91,7 @@ define(PAGE_VIEWMEMBERS, -7);
define(PAGE_FAQ, -8);
define(PAGE_POSTING, -9);
define(PAGE_PRIVMSGS, -10);
define(PAGE_GROUPCP, -11);
// Auth settings
define(AUTH_ALL, 0);