From efebb3b9b9945c53433d7165269a6a25a835cd69 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 1 Sep 2004 17:26:28 +0000 Subject: [PATCH] widdle git-svn-id: file:///svn/phpbb/trunk@4975 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/memberlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 67ba4fed46..1116d58820 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -13,7 +13,7 @@ // TODO // Add permission check for IM clients - +define('IN_PHPBB', true); $phpbb_root_path = './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.'.$phpEx);