= 16) ? create_key($_POST['salt']) : FALSE; if ($entry) { header('Content-type: text/plain; charset=UTF-8'); print json_encode($entry); } else { header('HTTP/1.1 403 Forbidden'); }