boinc/html/ops/result_summary.php

14 lines
284 B
PHP
Raw Normal View History

<?php
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
// show summary of results that have been received or timed out recently
require_once("../inc/util_ops.inc");
db_init();
admin_page_head("Result summary");
show_result_summary();
admin_page_tail();
?>