]> git.p6c8.net - jirafeau_project.git/blobdiff - script.php
fix error on link encrypted parameters
[jirafeau_project.git] / script.php
old mode 100755 (executable)
new mode 100644 (file)
index 3185de7..44fe449
@@ -546,8 +546,8 @@ elseif (isset ($_GET['init_async']))
         $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

patrick-canterino.de