1 Commits

Author SHA1 Message Date
b40558e056 letsencrypt2->
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-05-07 11:34:13 +00:00

View File

@@ -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}.<br><br>";
if (set_output("letsencrypt",$json)) echo "LETSENCRYPT in progress for {$domain}.<br><br>";
else echo "ERROR";
break;
case "check_letsencrypt":