aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/provider/apache.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-11 11:09:25 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-11 11:09:45 -0400
commit021eb083abc1fe11d18d756adf12f72b903b13ed (patch)
treec180e47e564b31b8cf1278967e2a53bf8407699b /phpBB/includes/auth/provider/apache.php
parent69c1b1aea89f3c705c19d69aab70c35a7d09747a (diff)
downloadforums-021eb083abc1fe11d18d756adf12f72b903b13ed.tar
forums-021eb083abc1fe11d18d756adf12f72b903b13ed.tar.gz
forums-021eb083abc1fe11d18d756adf12f72b903b13ed.tar.bz2
forums-021eb083abc1fe11d18d756adf12f72b903b13ed.tar.xz
forums-021eb083abc1fe11d18d756adf12f72b903b13ed.zip
[feature/auth-refactor] Remove implements on classes extending base
PHPBB3-9734
Diffstat (limited to 'phpBB/includes/auth/provider/apache.php')
-rw-r--r--phpBB/includes/auth/provider/apache.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/auth/provider/apache.php b/phpBB/includes/auth/provider/apache.php
index e0217725d6..2e80436f78 100644
--- a/phpBB/includes/auth/provider/apache.php
+++ b/phpBB/includes/auth/provider/apache.php
@@ -21,7 +21,6 @@ if (!defined('IN_PHPBB'))
* @package auth
*/
class phpbb_auth_provider_apache extends phpbb_auth_provider_base
- implements phpbb_auth_provider_interface
{
/**
* Apache Authentication Constructor