requireUser(); $filter = new SearchFilter(); $stats = new CrashStats($filter); Layout::header(); $filter->render(); ?>

Working on it

getURLArgs() . "&gpu=" . urlencode($r->gpu); } $gpus = $stats->getGPUStats(); $c = count($gpus); if ($c) : ?>
Nr. reports GPU Identifier
nr) ?> gpu) ?>
getURLArgs() . "&os=" . urlencode($r->os_type); } $oses = $stats->getOSStats(); $c = count($oses); if ($c) : ?>
Nr. reports Operating System Type
nr) ?> os_type) ?>
getURLArgs() . "®ion=" . urlencode($r->region) . "&grid=" . urlencode($r->grid); } $regions = $stats->getRegionStats(); $c = count($regions); if ($c) : ?>
Nr. reports Region Grid
nr) ?> region) ?> grid) ?>