From: Jerome Jutteau Date: Sun, 22 Feb 2015 18:03:11 +0000 (+0100) Subject: Fixes #1 repair async upload password setting X-Git-Tag: 1.1~170 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/145950308252425226bcc5b97993550fefac3c15 Fixes #1 repair async upload password setting --- diff --git a/script.php b/script.php index 3185de7..44fe449 100644 --- a/script.php +++ b/script.php @@ -546,8 +546,8 @@ elseif (isset ($_GET['init_async'])) $type = $_POST['type']; $key = ''; - if (isset ($_POST['password'])) - $key = $_POST['password']; + if (isset ($_POST['key'])) + $key = $_POST['key']; $time = time (); if (!isset ($_POST['time']))