diff --git a/functions.php b/functions.php index 6670a65..67f76ae 100755 --- a/functions.php +++ b/functions.php @@ -1,5 +1,6 @@ 0, + "updated_at" => date("Y-m-d H:i:s") +), array( + "token" => $token, + "hash" => $hash +)); + +echo json_encode(array("status"=>true));