From e22ee2247022fcf60376aa056cb48212b2775057 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 18 Mar 2002 13:35:43 +0000 Subject: 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 --- phpBB/privmsg.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/privmsg.php') diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 49053916a1..01029e0c9c 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -20,11 +20,12 @@ * ***************************************************************************/ +define('IN_PHPBB', true); $phpbb_root_path = "./"; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); -include($phpbb_root_path . 'includes/post.'.$phpEx); include($phpbb_root_path . 'includes/bbcode.'.$phpEx); +include($phpbb_root_path . 'includes/functions_post.'.$phpEx); // // Is PM disabled? -- cgit v1.2.1