From b4c9cd7590c26663942dea17c00c9cb12b616cdf Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 19 Mar 2006 14:23:21 +0000 Subject: - add our beloved in_phpbb check git-svn-id: file:///svn/phpbb/trunk@5670 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_privmsgs.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/includes/functions_privmsgs.php') diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index 800f6a9620..7921e0a187 100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -10,6 +10,10 @@ /** */ +if (!defined('IN_PHPBB')) +{ + exit; +} /* Ability to simply add own rules by doing three things: -- cgit v1.2.1