mirror of https://github.com/BOINC/boinc.git
19 lines
376 B
PHP
19 lines
376 B
PHP
<?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();
|
|
?>
|