diff --git a/scan.php b/scan.php index 2c687ca..77eecab 100644 --- a/scan.php +++ b/scan.php @@ -203,7 +203,7 @@ switch ($_GET["op"]) { echo '
'; //var_dump($template); $letsencrypt = check_letsencrypt(); - if (empty($letsencrypt)) echo "LETSENCRYPT file doesn't exists...

"; + if (empty($letsencrypt)) echo ""; //echo "LETSENCRYPT file doesn't exists...

"; elseif ($letsencrypt=="ERROR") echo "LETSENCRYPT file: read JSON error...

"; else { $domain = ""; @@ -334,7 +334,7 @@ switch ($_GET["op"]) { case "check_letsencrypt": $domain = $_GET["domain"]; $letsencrypt = check_letsencrypt(); - if (empty($letsencrypt)) echo "LETSENCRYPT file doesn't exists..."; + if (empty($letsencrypt)) echo ""; //echo "LETSENCRYPT file doesn't exists..."; elseif ($letsencrypt=="ERROR") echo "LETSENCRYPT file: read JSON error..."; else { show_letsencrypt($letsencrypt, $domain);