1
0
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:
Marc Alexander
2014-05-28 20:35:01 +02:00
parent 033272f968
commit dc5a5a7cdf
4 changed files with 13 additions and 13 deletions

View File

@@ -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;