server/lib/classes/monitor_tools.inc.php | ●●●●● patch | view | raw | blame | history |
server/lib/classes/monitor_tools.inc.php
@@ -996,7 +996,7 @@ */ $tmp = explode("\n", $data['output']); $more = $tmp[sizeof($tmp) - 1]; $this->_getIntArray($more); $res = $this->_getIntArray($more); $data['bytes'] = $res[0]; $data['requests'] = $res[1];