X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/a6c1ba9e0d7305fc75eb216d1646d5a59d044986..794c20eff72e03a6af2fbdebb091560ed8b6f296:/script.php?ds=inline 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']))