mirror of https://github.com/BOINC/boinc.git
14 lines
121 B
PHP
14 lines
121 B
PHP
|
<?php
|
||
|
|
||
|
require_once("docutil.php");
|
||
|
|
||
|
page_head("Statistics data");
|
||
|
echo "
|
||
|
Stati
|
||
|
<img src=stats.png>
|
||
|
";
|
||
|
|
||
|
page_tail();
|
||
|
|
||
|
?>
|