aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_mysql.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-19 14:23:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-19 14:23:21 +0000
commitb4c9cd7590c26663942dea17c00c9cb12b616cdf (patch)
tree8de35b72067c99ae4d502dc249267674ec5fd6c3 /phpBB/includes/search/fulltext_mysql.php
parent2aa4d3ab07062758f2fb0cd11d03993fc4c1db44 (diff)
downloadforums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar.gz
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar.bz2
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar.xz
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.zip
- add our beloved in_phpbb check
git-svn-id: file:///svn/phpbb/trunk@5670 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/search/fulltext_mysql.php')
-rw-r--r--phpBB/includes/search/fulltext_mysql.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php
index 28f4064aef..bfdc61a9c6 100644
--- a/phpBB/includes/search/fulltext_mysql.php
+++ b/phpBB/includes/search/fulltext_mysql.php
@@ -9,6 +9,13 @@
*/
/**
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+
+/**
* @ignore
*/
include_once($phpbb_root_path . 'includes/search/search.' . $phpEx);