mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17514] Replace phpBB3 with phpBB in phpbb namespace
PHPBB-17514
This commit is contained in:
@@ -21,7 +21,7 @@ use phpbb\request\type_cast_helper;
|
||||
use phpbb\user;
|
||||
|
||||
/**
|
||||
* Apache authentication provider for phpBB3
|
||||
* Apache authentication provider for phpBB
|
||||
*/
|
||||
class apache extends base
|
||||
{
|
||||
|
@@ -21,7 +21,7 @@ use phpbb\passwords\manager;
|
||||
use phpbb\user;
|
||||
|
||||
/**
|
||||
* Database authentication provider for phpBB3
|
||||
* Database authentication provider for phpBB
|
||||
* This is for authentication via the integrated user table
|
||||
*/
|
||||
class db extends base
|
||||
|
@@ -20,7 +20,7 @@ use phpbb\language\language;
|
||||
use phpbb\user;
|
||||
|
||||
/**
|
||||
* Database authentication provider for phpBB3
|
||||
* Database authentication provider for phpBB
|
||||
* This is for authentication via the integrated user table
|
||||
*/
|
||||
class ldap extends base
|
||||
|
@@ -31,7 +31,7 @@ use phpbb\request\request_interface;
|
||||
use phpbb\user;
|
||||
|
||||
/**
|
||||
* OAuth authentication provider for phpBB3
|
||||
* OAuth authentication provider for phpBB
|
||||
*/
|
||||
class oauth extends base
|
||||
{
|
||||
|
Reference in New Issue
Block a user