diff options
Diffstat (limited to 'phpBB/includes/functions_search.php')
-rw-r--r-- | phpBB/includes/functions_search.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/functions_search.php b/phpBB/includes/functions_search.php index 2a6b40c03f..325581101a 100644 --- a/phpBB/includes/functions_search.php +++ b/phpBB/includes/functions_search.php @@ -19,11 +19,6 @@ * ***************************************************************************/ -if ( !defined('IN_PHPBB') ) -{ - die("Hacking attempt"); -} - function clean_words($mode, &$entry, &$stopword_list, &$synonym_list) { // Weird, $init_match doesn't work with static when double quotes (") are used... |