mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/passwords] Minor cleanup in passwords files
PHPBB3-11610
This commit is contained in:
@@ -119,7 +119,6 @@ class helper
|
||||
*/
|
||||
public function check_combined_hash($password, $stored_hash_type, $hash)
|
||||
{
|
||||
$cur_hash = '';
|
||||
$i = 0;
|
||||
$data = array(
|
||||
'prefix' => '$',
|
||||
|
Reference in New Issue
Block a user