show letsencryptinfo according to new json structure
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -307,9 +307,9 @@ function check_letsencrypt() {
|
|||||||
// TODO json error
|
// TODO json error
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
foreach ($data as $d) {
|
foreach ($data as $domain => $domain_data) {
|
||||||
$result[$d["domain"]] = $d;
|
$result[$domain] = $domain_data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else $result = "";
|
else $result = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user