diff options
Diffstat (limited to 'phpBB/includes/db/firebird.php')
-rw-r--r-- | phpBB/includes/db/firebird.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/includes/db/firebird.php b/phpBB/includes/db/firebird.php index 416321f1bc..9ee3fcc171 100644 --- a/phpBB/includes/db/firebird.php +++ b/phpBB/includes/db/firebird.php @@ -9,6 +9,13 @@ */ /** +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +/** * @ignore */ if (!defined('SQL_LAYER')) |