mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
system: this is better #2396
This commit is contained in:
parent
f0c4f961ac
commit
412a1e971a
@ -447,7 +447,7 @@ function return_gateways_status($byname = false)
|
||||
$status[$target]['status'] = trim($info[8]);
|
||||
}
|
||||
}
|
||||
} elseif (!isset($config['system']['prefer_dpinger'])) {
|
||||
} elseif (isset($config['system']['prefer_dpinger'])) {
|
||||
$dpinger_gws = running_dpinger_processes();
|
||||
$status = array();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user