aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 23:56:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 23:56:46 +0000
commitd9b62e9964ccfdb8f2802a64bcf4b25df79e56fa (patch)
treec82d69cf8fc714f7da46de026dac37ac16d081c1 /phpBB/includes/constants.php
parent50902c641e33a850e26492db68d6dc1a3b3944af (diff)
downloadforums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar.gz
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar.bz2
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar.xz
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.zip
A demo of some Group CP functionality
git-svn-id: file:///svn/phpbb/trunk@658 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index cc93c5f4b6..983d27ad27 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -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);