mirror of https://github.com/BOINC/boinc.git
19 lines
373 B
PHP
19 lines
373 B
PHP
|
<?
|
||
|
require_once("docutil.php");
|
||
|
|
||
|
page_head("Administrative web interface");
|
||
|
|
||
|
echo "
|
||
|
BOINC's administrative web interface provides interfaces for
|
||
|
<ul>
|
||
|
<li> Browsing the database
|
||
|
<li> Screening user profiles
|
||
|
<li> Viewing recent results
|
||
|
<li> Browsing stripcharts
|
||
|
<li> Browsing log files
|
||
|
<li> Creating user accounts
|
||
|
</ul>
|
||
|
";
|
||
|
page_tail();
|
||
|
?>
|