mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
system: last crash report for today
This commit is contained in:
parent
12eb2b1aac
commit
8137b5561f
@ -57,10 +57,10 @@ $pconfig['passwordauth'] = isset($config['system']['ssh']['passwordauth']);
|
||||
$pconfig['sshdpermitrootlogin'] = isset($config['system']['ssh']['permitrootlogin']);
|
||||
$pconfig['quietlogin'] = isset($config['system']['webgui']['quietlogin']);
|
||||
|
||||
$a_cert =& $config['cert'];
|
||||
$a_cert = isset($config['cert']) ? $config['cert'] : array();
|
||||
|
||||
$certs_available = false;
|
||||
if (is_array($a_cert) && count($a_cert)) {
|
||||
if (count($a_cert)) {
|
||||
$certs_available = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user