diff options
Diffstat (limited to 'phpBB/includes/acp/auth.php')
| -rw-r--r-- | phpBB/includes/acp/auth.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php index 73427a92f4..928f3b7dca 100644 --- a/phpBB/includes/acp/auth.php +++ b/phpBB/includes/acp/auth.php @@ -9,6 +9,13 @@ */ /** +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +/** * @package phpBB3 * ACP Permission/Auth class */ |
