From: Patrick Canterino Date: Sun, 18 Aug 2024 14:01:58 +0000 (+0000) Subject: Merge branch 'rebase_integrate_docker_build_and_publish' into 'next-release' X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/d35f5d4eb87c1a74fd198be589fcdf51e9631ba9?hp=-c Merge branch 'rebase_integrate_docker_build_and_publish' into 'next-release' #2: Build and publish Docker images using GitLab CI. See merge request jirafeau/Jirafeau!1 --- d35f5d4eb87c1a74fd198be589fcdf51e9631ba9 diff --combined index.php index 662f157,37dd677..b7e2606 --- a/index.php +++ b/index.php @@@ -25,7 -25,7 +25,7 @@@ require(JIRAFEAU_ROOT . 'lib/settings.p require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); - if ($cfg['download_password_requirement'] === "generated"){ + if ($cfg['download_password_requirement'] === "generated") { $download_pass = jirafeau_gen_download_pass($cfg['download_password_gen_len'], $cfg['download_password_gen_chars']); } @@@ -114,8 -114,8 +114,8 @@@ elseif (true === jirafeau_challenge_upl

- +

@@@ -204,23 -204,17 +204,23 @@@ ' . t('ONE_TIME_DL') . ':'; - echo ''; + echo ''; } - if ($cfg['download_password_requirement'] === 'generated'){ + if ($cfg['download_password_requirement'] === 'generated') { echo ''; - }else{ + } else { echo ''; echo '';