X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/41f33f9c1dac5381412bcab57c971fd08d1d8613..4823b32b6ce68f7a6a0949c225c808da4979506f:/index.php diff --git a/index.php b/index.php index b6dac09..24ce25c 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(); +} + 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))) {

+ +
+

+ +
+

+ '?> + +

+
+
+ +
@@ -176,15 +195,23 @@ elseif (true === jirafeau_challenge_upload_ip($cfg, get_ip_address($cfg))) {
'; - echo ''; - } -?> - - - - + if ($cfg['one_time_download']) { + echo ''; + echo ''; + } + if ($cfg['download_password_requirement'] === 'generated'){ + echo ''; + }else{ + echo ''; + echo ''; + }?>
' . t('ONE_TIME_DL') . ':
' . t('ONE_TIME_DL') . ':