diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-09-01 17:26:28 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-09-01 17:26:28 +0000 |
commit | efebb3b9b9945c53433d7165269a6a25a835cd69 (patch) | |
tree | d8d31a1bba15d260539edc2e020c26bbd1a3dede /phpBB/memberlist.php | |
parent | 47fbaa31fe78337652b19f405dfc7956827552af (diff) | |
download | forums-efebb3b9b9945c53433d7165269a6a25a835cd69.tar forums-efebb3b9b9945c53433d7165269a6a25a835cd69.tar.gz forums-efebb3b9b9945c53433d7165269a6a25a835cd69.tar.bz2 forums-efebb3b9b9945c53433d7165269a6a25a835cd69.tar.xz forums-efebb3b9b9945c53433d7165269a6a25a835cd69.zip |
widdle
git-svn-id: file:///svn/phpbb/trunk@4975 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |