mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers
PHPBB3-12352
This commit is contained in:
@@ -12,9 +12,9 @@ namespace phpbb\passwords\driver;
|
||||
/**
|
||||
* @package passwords
|
||||
*/
|
||||
class phpbb2_md5 extends base
|
||||
class md5_phpbb2 extends base
|
||||
{
|
||||
const PREFIX = '$phpbb2_md5$';
|
||||
const PREFIX = '$md5_phpbb2$';
|
||||
|
||||
/** @var \phpbb\request\request phpBB request object */
|
||||
protected $request;
|
Reference in New Issue
Block a user