diff --git a/letsencrypt_log.php b/letsencrypt_log.php new file mode 100644 index 0000000..10afd51 --- /dev/null +++ b/letsencrypt_log.php @@ -0,0 +1,10 @@ +"; + echo base64_decode($letsencrypt[$_GET["domain"]]["log"]); + echo ""; +} +?>