X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d8192d6d361c2d707bac679facce23c7167cb93b..794c20eff72e03a6af2fbdebb091560ed8b6f296:/script.php diff --git a/script.php b/script.php old mode 100755 new mode 100644 index 3185de7..44fe449 --- 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']))