diff options
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index 89a9591b93..6613cef020 100644 --- a/phpBB/search.php +++ b/phpBB/search.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/bbcode.'.$phpEx); -include($phpbb_root_path . 'includes/search.'.$phpEx); +include($phpbb_root_path . 'includes/functions_search.'.$phpEx); // // Start session management |