X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/17d5977bf8d24a1b0abb5f52a8453322f21a994d..bdc22082b2d74f2d71fc6e52f49711c9fa18aa8d:/index.php diff --git a/index.php b/index.php index b6dac09..24565bd 100644 --- a/index.php +++ b/index.php @@ -25,6 +25,10 @@ require(JIRAFEAU_ROOT . 'lib/settings.php'); require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); +if ($cfg['download_password_requirement'] === "generated"){ + $download_pass = jirafeau_gen_download_pass($cfg['download_password_gen_len'], $cfg['download_password_gen_chars']); +} + check_errors($cfg); if (has_error()) { require(JIRAFEAU_ROOT . 'lib/template/header.php'); @@ -108,6 +112,21 @@ elseif (true === jirafeau_challenge_upload_ip($cfg, get_ip_address($cfg))) {
+ ++ '?> + +
+