From b40558e0565fb7f59a168dbfee4b5a9de6cefaa6 Mon Sep 17 00:00:00 2001 From: laci Date: Wed, 7 May 2025 11:34:13 +0000 Subject: [PATCH] letsencrypt2-> --- scan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.php b/scan.php index d03e70a..a696ea9 100644 --- a/scan.php +++ b/scan.php @@ -268,7 +268,7 @@ switch ($_GET["op"]) { $arr = array($domain => array("status" => "requested")); $json = json_encode($arr, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT); - if (set_output("letsencrypt2",$json)) echo "LETSENCRYPT in progress for {$domain}.

"; + if (set_output("letsencrypt",$json)) echo "LETSENCRYPT in progress for {$domain}.

"; else echo "ERROR"; break; case "check_letsencrypt":