We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45c2023 + dc52497 commit 135e78fCopy full SHA for 135e78f
server/lib/classes/monitor_tools.inc.php
@@ -561,7 +561,7 @@ public function _getLogData($log) {
561
}
562
break;
563
case 'log_letsencrypt':
564
- $check_files = [];
+ $check_files = array();
565
if(file_exists($conf['ispconfig_log_dir'].'/acme.log')) {
566
$check_files[] = $conf['ispconfig_log_dir'].'/acme.log';
567
@@ -572,7 +572,7 @@ public function _getLogData($log) {
572
$check_files[] = '/usr/local/ispconfig/server/scripts/acme.sh.log';
573
574
if(file_exists('/var/log/letsencrypt/letsencrypt.log')) {
575
- $check_files = '/var/log/letsencrypt/letsencrypt.log';
+ $check_files[] = '/var/log/letsencrypt/letsencrypt.log';
576
577
$logfile = '';
578
$newest = 0;
0 commit comments