removed unused variable
parent
59099696fa
commit
d27489fcfa
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
$permitted_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&/()[]$:?_';
|
|
||||||
|
|
||||||
function generate_salt($input, $strength = 5) {
|
function generate_salt($input, $strength = 5) {
|
||||||
$input_length = strlen($input);
|
$input_length = strlen($input);
|
||||||
$random_string = '';
|
$random_string = '';
|
||||||
|
|
Loading…
Reference in New Issue