| #625 | ksort($data); |
| #626 | return array( |
| #627 | 'x' => array_keys($data), |
| #628 | 'pv' => array_column($data, 'pv'), |
| #629 | 'error' => array_column($data, 'error'), |
| #630 | 'bot' => array_column($data, 'bot'), |
| #631 | ); |
| #632 | } |
| #633 | |
| #634 | public function report_risk_items($rows, $limit = 20, $only_risky = false) { |