From d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 13 Jul 2001 23:56:46 +0000 Subject: A demo of some Group CP functionality git-svn-id: file:///svn/phpbb/trunk@658 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/constants.php') 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); -- cgit v1.2.1