X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/60778e17e64186107d28412fbc26160c973a8680..11e172891035764434fbf06bc4a6f1ff0b04fdca:/script.php?ds=sidebyside 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']))