X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/8ee528004ffcc1c82ee18ae95a8b3eba8b01bb00..145950308252425226bcc5b97993550fefac3c15:/script.php 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']))