X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/078a50aeed0f055af710b51bc71f109d8ffc1318..1d1c1ce521a9788e0e75c82022f7e602f98b12df:/index.php
diff --git a/index.php b/index.php
index 4b50ec1..11205a4 100644
--- a/index.php
+++ b/index.php
@@ -18,87 +18,78 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see
' . t('Access denied') . '
' . t('Wrong password.') . '
:
- + -:
- +
@@ -155,7 +154,7 @@ if (jirafeau_has_upload_password ($cfg))')"/> + onchange="control_selected_file_size(, '')"/>
' . t ('File size is limited to'); - echo " " . $cfg['maximal_upload_size'] . " MB
"; + if ($cfg['maximal_upload_size'] > 0) { + echo '' . t('File size is limited to'); + echo " " . $cfg['maximal_upload_size'] . " MB
"; } ?>+ if (jirafeau_has_upload_password($cfg) && $_SESSION['upload_auth']) { + ?> + + } else { + ?>