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/template.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpBB/includes/template.php') diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index b592181a35..fc03298c6c 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -8,6 +8,13 @@ * */ +/** +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + /** * @package phpBB3 * -- cgit v1.2.1