Rapsys Git
/
acme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e7e71
)
Fix output
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 5 Apr 2017 21:37:57 +0000
(23:37 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 19 Sep 2022 03:05:27 +0000
(
05:05
+0200)
www/acme-challenge.php
patch
|
blob
|
history
diff --git
a/www/acme-challenge.php
b/www/acme-challenge.php
index 6f809b437261d64b259f45785788985f2dd1172f..0b26303d259a9c3aebcb22028af81f812478bce2 100644
(file)
--- 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;