mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reverse order
This commit is contained in:
parent
50aab1ef85
commit
deea227299
@ -74,6 +74,6 @@
|
||||
$temp = gettimeofday();
|
||||
$timing = (double)$temp["sec"] + (double)$temp["usec"] / 1000000.0;
|
||||
|
||||
echo "$timing|" . $ifinfo['outbytes'] . "|" . $ifinfo['inbytes'] . "\n";
|
||||
echo "$timing|" . $ifinfo['inbytes'] . "|" . $ifinfo['outbytes'] . "\n";
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user