mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 18:44:37 +02:00
Add Id tags
git-svn-id: file:///svn/phpbb/trunk@3707 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user