thumbprint) || empty($thumbprint = file_get_contents($config->thumbprint)) ) { header((!empty($_SERVER['SERVER_PROTOCOL'])?$_SERVER['SERVER_PROTOCOL']:'HTTP/1.0').' 404 Not Found'); exit; } //Send plain text header header('Content-Type: text/plain'); //Display key.thumbprint couple echo $_GET['key'].'.'.$thumbprint;