From 2d14052d41065852cddc450cc062235d60aae33e Mon Sep 17 00:00:00 2001 From: hael Date: Wed, 12 Mar 2025 00:43:15 +0100 Subject: [PATCH] letsencrypt_log.php - show log --- letsencrypt_log.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 letsencrypt_log.php 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 ""; +} +?>