Minor fix in rslight-lib.php, and rename letsencrypt.inc.php to avoid broken installs.

This commit is contained in:
Retro_Guy 2023-05-08 10:56:11 -07:00
parent a6ee49ab05
commit 700686e457
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<?php
/* Rename this file to letsencrypt.inc.php for use */
/* */
/* Set paths for fullchain.pem and privkey.pem */
$letsencrypt['path'] = "/etc/letsencrypt/live/<domain>/";

View File

@ -691,7 +691,7 @@ function get_stat($article) {
$over=explode("\t", $overviewline);
if(trim($over[0]) == trim($article)) {
$msg="223 ".$article." ".$over[4]." status\r\n";
fclose(overviewfp);
fclose($overviewfp);
return $msg;
}
}