X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/be0e8b0e4cf5fd12cde0517e4b355bbc0633096a..8446aee16b869be5235e55068ffeb76b163dac79:/index.php diff --git a/index.php b/index.php index 660c18e..2b6e889 100644 --- a/index.php +++ b/index.php @@ -64,7 +64,7 @@ if ($writable && isset ($_POST['jirafeau'])) $res = jirafeau_upload ($_FILES['file'], isset ($_POST['one_time_download']), - $key, $time, $cfg, $_SERVER['REMOTE_ADDR']); + $key, $time, $_SERVER['REMOTE_ADDR']); } require (JIRAFEAU_ROOT . 'lib/template/header.php'); @@ -138,13 +138,13 @@ if (!has_error () && $writable)