Update PasswordHash.php

This commit is contained in:
Marcin Łojewski
2017-06-27 14:21:03 +02:00
committed by GitHub
parent 01f2aff0ae
commit f4d1efbdb8

View File

@@ -30,7 +30,7 @@ class PasswordHash {
var $portable_hashes;
var $random_state;
function PasswordHash($iteration_count_log2, $portable_hashes)
function __construct($iteration_count_log2, $portable_hashes)
{
$this->itoa64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';