2004-06-09 19:15:57 +00:00
|
|
|
<?php
|
2005-02-08 04:38:31 +00:00
|
|
|
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
|
2004-06-09 19:15:57 +00:00
|
|
|
// show summary of results that have been received or timed out recently
|
2003-06-11 23:36:44 +00:00
|
|
|
|
2004-06-09 19:15:57 +00:00
|
|
|
require_once("../inc/util_ops.inc");
|
2003-06-11 23:36:44 +00:00
|
|
|
|
2004-06-09 19:15:57 +00:00
|
|
|
db_init();
|
2005-02-08 04:38:31 +00:00
|
|
|
admin_page_head("Result summary");
|
2003-06-11 23:36:44 +00:00
|
|
|
|
2004-06-09 19:15:57 +00:00
|
|
|
show_result_summary();
|
|
|
|
|
2005-02-08 04:38:31 +00:00
|
|
|
admin_page_tail();
|
2004-06-09 19:15:57 +00:00
|
|
|
?>
|