diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-24 18:15:26 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-24 18:15:26 +0000 |
commit | d1494cfd8cb7e11360bf4dd816511cf239069237 (patch) | |
tree | 79ff324eef62d9e7a0defc3919c5b37709a44f3e /phpBB | |
parent | 5d091c8c2b23dea21a1261ef36e6ce726f737237 (diff) | |
download | forums-d1494cfd8cb7e11360bf4dd816511cf239069237.tar forums-d1494cfd8cb7e11360bf4dd816511cf239069237.tar.gz forums-d1494cfd8cb7e11360bf4dd816511cf239069237.tar.bz2 forums-d1494cfd8cb7e11360bf4dd816511cf239069237.tar.xz forums-d1494cfd8cb7e11360bf4dd816511cf239069237.zip |
Add Id tags
git-svn-id: file:///svn/phpbb/trunk@3707 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/auth/auth_apache.php | 3 | ||||
-rw-r--r-- | phpBB/includes/auth/auth_db.php | 3 | ||||
-rw-r--r-- | phpBB/includes/auth/auth_ldap.php | 3 |
3 files changed, 9 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, diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php index 3666eeb105..a5de9e1724 100644 --- a/phpBB/includes/auth/auth_db.php +++ b/phpBB/includes/auth/auth_db.php @@ -1,5 +1,8 @@ <?php +// Database auth plug-in for phpBB 2.2 +// $Id$ +// // Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him. // // This is for authentication via the integrated user table diff --git a/phpBB/includes/auth/auth_ldap.php b/phpBB/includes/auth/auth_ldap.php index aa9beee2f9..b8c289c2ab 100644 --- a/phpBB/includes/auth/auth_ldap.php +++ b/phpBB/includes/auth/auth_ldap.php @@ -1,5 +1,8 @@ <?php +// LDAP 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 an LDAP server, user information is then |