X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/d4e344cf24f5cc5c8c8c563b756cc42530c38fcd..a4111660b05af9df96bbe567aa43acff34b6339d:/index.php diff --git a/index.php b/index.php index ae8f11b..24565bd 100644 --- a/index.php +++ b/index.php @@ -26,7 +26,7 @@ require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); if ($cfg['download_password_requirement'] === "generated"){ - $download_pass = jirafeau_gen_download_pass(); + $download_pass = jirafeau_gen_download_pass($cfg['download_password_gen_len'], $cfg['download_password_gen_chars']); } check_errors($cfg);