tbrehm
2012-08-10 a7b01dae39de87bfbb65baace420082f42211916
Fixed: FS#2359 - potential bug in monito_tools.inc.php
1 files modified
2 ■■■ changed files
server/lib/classes/monitor_tools.inc.php 2 ●●● 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];