X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/0019ed49158d0b3cbdcd63113f0dc4d640684186..f9f84c1e4389dc23e77b51dadd53410377128cfc:/index.php diff --git a/index.php b/index.php index 660c18e..ae25e7b 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,9 +138,8 @@ if (!has_error () && $writable)