diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-18 13:35:43 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-18 13:35:43 +0000 |
commit | e22ee2247022fcf60376aa056cb48212b2775057 (patch) | |
tree | 6d00eab5858f13199c891bb33dbd118398c07e70 /phpBB/memberlist.php | |
parent | 502e4aceeae897a2098d22042a1ce7cb8dfdeb1b (diff) | |
download | forums-e22ee2247022fcf60376aa056cb48212b2775057.tar forums-e22ee2247022fcf60376aa056cb48212b2775057.tar.gz forums-e22ee2247022fcf60376aa056cb48212b2775057.tar.bz2 forums-e22ee2247022fcf60376aa056cb48212b2775057.tar.xz forums-e22ee2247022fcf60376aa056cb48212b2775057.zip |
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
git-svn-id: file:///svn/phpbb/trunk@2305 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 47fc126765..c1e5325153 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -19,6 +19,7 @@ * ***************************************************************************/ +define('IN_PHPBB', true); $phpbb_root_path = "./"; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); |