From: Raphaƫl Gertz Date: Wed, 5 Apr 2017 21:37:57 +0000 (+0200) Subject: Fix output X-Git-Tag: 2.0.3~21 X-Git-Url: https://git.rapsys.eu/acme/commitdiff_plain/98d51ca57e67b4f421aa94393563a52fd5f8eb2b Fix output --- diff --git a/www/acme-challenge.php b/www/acme-challenge.php index 6f809b4..0b26303 100644 --- a/www/acme-challenge.php +++ b/www/acme-challenge.php @@ -19,4 +19,4 @@ if ( header('Content-Type: text/plain'); //Display key.thumbprint couple -echo $_GET['key'].$thumbprint; +echo $_GET['key'].'.'.$thumbprint;