mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Actually return X records, not X+1
This commit is contained in:
parent
ea74dc8f24
commit
ffab667b40
@ -61,7 +61,7 @@ function conv_clog($logfile, $tail = 50) {
|
||||
|
||||
$filterlog = array();
|
||||
|
||||
$counter = 0;
|
||||
$counter = 1;
|
||||
|
||||
foreach ($logarr as $logent) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user