mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix log sorting order so that it honors the setting.
This commit is contained in:
parent
b34838d3bc
commit
6a58710e21
@ -632,7 +632,6 @@ function dump_clog($logfile, $tail, $withorig = true, $grepfor = "", $grepinvert
|
||||
function return_clog($logfile, $tail, $grepfor = "", $grepinvert = "", $grepreverse = false) {
|
||||
global $g, $config;
|
||||
$sor = isset($config['syslog']['reverse']) ? "-r" : "";
|
||||
$sor = isset($grepreverse) ? "-r" : "";
|
||||
$logarr = "";
|
||||
$grepline = " ";
|
||||
if(is_array($grepfor))
|
||||
@ -759,4 +758,4 @@ function ipsec_ca_sort() {
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user