X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/30a3728e3002f864820531af817364a7b40c9cf3..d37be44ce39226ca8404a5a80087ee1c69d5b840:/index.php?ds=inline diff --git a/index.php b/index.php index e4cfa20..8cd556d 100644 --- a/index.php +++ b/index.php @@ -230,7 +230,7 @@ else { } ?> - <p id="max_file_size" class="config"></p> + <p id="max_file_size" class="config"></p> <p> <?php if (jirafeau_has_upload_password($cfg) && $_SESSION['upload_auth']) { @@ -270,6 +270,7 @@ else { </div> <script type="text/javascript" lang="Javascript"> +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt GPL-v3-or-Later document.getElementById('error_pop').style.display = 'none'; document.getElementById('uploading').style.display = 'none'; document.getElementById('upload_finished').style.display = 'none'; @@ -284,5 +285,6 @@ else { addCopyListener('preview_link_button', 'preview_link'); addCopyListener('direct_link_button', 'direct_link'); addCopyListener('delete_link_button', 'delete_link'); + // @license-end </script> <?php require(JIRAFEAU_ROOT . 'lib/template/footer.php'); ?>