aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/apache.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/auth/provider/apache.php')
-rw-r--r--phpBB/phpbb/auth/provider/apache.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/auth/provider/apache.php b/phpBB/phpbb/auth/provider/apache.php
index 9bd738c3e9..23cdc89829 100644
--- a/phpBB/phpbb/auth/provider/apache.php
+++ b/phpBB/phpbb/auth/provider/apache.php
@@ -10,14 +10,6 @@
namespace phpbb\auth\provider;
/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-/**
* Apache authentication provider for phpBB3
*
* @package auth