diff --git a/pool/page_usperf.php b/pool/page_usperf.php index d99591b0..813808c7 100644 --- a/pool/page_usperf.php +++ b/pool/page_usperf.php @@ -30,7 +30,8 @@ function dousperf($data, $user) // This also defines how many worker fields there are $cols = array('#0000c0', '#00dd00', '#e06020', '#b020e0'); - $nc = count($cols); + $cols2 = array('#2090e0', '#e0c040', '#ff6090', '#90e040'); + $nc = count($cols)+count($cols2); $workers = 'all'; if (isset($_COOKIE['workers'])) @@ -93,9 +94,24 @@ function dousperf($data, $user) $datacols .= ','; $datacols .= $col; } - $oncl = "wch();location.href=\"".makeURL('usperf')."\""; $pg .= "