X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/d4e344cf24f5cc5c8c8c563b756cc42530c38fcd..82c3971d76360b5f82e01d6e3bc0cbac3085ef1c:/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);