Reverse order

This commit is contained in:
Scott Ullrich 2006-02-09 02:02:01 +00:00
parent 50aab1ef85
commit deea227299

View File

@ -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";
?>