diff options
Diffstat (limited to 'phpBB/includes/auth/auth_apache.php')
-rw-r--r-- | phpBB/includes/auth/auth_apache.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/auth/auth_apache.php b/phpBB/includes/auth/auth_apache.php index f87ad738c0..9c08558660 100644 --- a/phpBB/includes/auth/auth_apache.php +++ b/phpBB/includes/auth/auth_apache.php @@ -1,5 +1,8 @@ <?php +// Apache auth plug-in for phpBB 2.2 +// $Id$ +// // Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him. // // This is for initial authentication via Apaches basic realm authentication methods, |