X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d4e344cf24f5cc5c8c8c563b756cc42530c38fcd..8244506c761b51462c557f41e92694ea76c380d3:/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);