From 9ec9adec4d77430ac776c5b0fd7b963fd1064ca5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 18 Mar 2002 14:54:25 +0000 Subject: Security updates + a few updates for chopped up functions compatibility git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_groups.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/admin/admin_groups.php') diff --git a/phpBB/admin/admin_groups.php b/phpBB/admin/admin_groups.php index 2ee6768374..1e6bed8b26 100644 --- a/phpBB/admin/admin_groups.php +++ b/phpBB/admin/admin_groups.php @@ -20,6 +20,8 @@ * ***************************************************************************/ +define('IN_PHPBB', 1); + if( !empty($setmodules) ) { $filename = basename(__FILE__); -- cgit v1.2.1