X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/1394469c06e6908e6e77b48718ce6664db23407c..f89474388394d7a7fd7dbb41f089956454e4957f:/script.php diff --git a/script.php b/script.php index ad354a5..396538c 100755 --- a/script.php +++ b/script.php @@ -485,11 +485,11 @@ elseif (isset ($_GET['init_async'])) break; } echo jirafeau_async_init ($_POST['filename'], - $type, - isset ($_POST['one_time_download']), - $key, - $time, - $_SERVER['REMOTE_ADDR']); + $type, + isset ($_POST['one_time_download']), + $key, + $time, + $_SERVER['REMOTE_ADDR']); } /* Continue an asynchronous upload. */ elseif (isset ($_GET['push_async']))