I’m stupid. That variable was actually in use.

master
Jan Danielzick 2020-02-14 21:04:35 +01:00
parent d27489fcfa
commit c77fd38309
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<?php
$permitted_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&/()[]$:?_';
function generate_salt($input, $strength = 5) {
$input_length = strlen($input);
$random_string = '';