Fixed some scrut issues labelled Major

This commit is contained in:
laf
2015-07-15 22:04:19 +01:00
parent c2bcb69982
commit ef6d7b9565
7 changed files with 8 additions and 8 deletions
-2
View File
@@ -47,8 +47,6 @@ class PasswordHash {
function get_random_bytes($count)
{
$output = '';
$output = openssl_random_pseudo_bytes($count,$strong);
if(empty($output))