]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
Fixes #1 repair async upload password setting
authorJerome Jutteau <mojo@couak.net>
Sun, 22 Feb 2015 18:03:11 +0000 (19:03 +0100)
committerJerome Jutteau <mojo@couak.net>
Sun, 22 Feb 2015 18:03:11 +0000 (19:03 +0100)
script.php

index 3185de720d5a3b2c188894fc23025b13f941a786..44fe44979330333f963b197b6e01506d6734894f 100644 (file)
@@ -546,8 +546,8 @@ elseif (isset ($_GET['init_async']))
         $type = $_POST['type'];\r
     \r
     $key = '';\r
         $type = $_POST['type'];\r
     \r
     $key = '';\r
-    if (isset ($_POST['password']))\r
-        $key = $_POST['password'];\r
+    if (isset ($_POST['key']))\r
+        $key = $_POST['key'];\r
 \r
     $time = time ();\r
     if (!isset ($_POST['time']))\r
 \r
     $time = time ();\r
     if (!isset ($_POST['time']))\r

patrick-canterino.de