From 98d51ca57e67b4f421aa94393563a52fd5f8eb2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 5 Apr 2017 23:37:57 +0200 Subject: [PATCH] Fix output --- www/acme-challenge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.41.0