mirror of https://github.com/BOINC/boinc.git
9 lines
110 B
PHP
9 lines
110 B
PHP
|
<?
|
||
|
require_once("docutil.php");
|
||
|
page_head("Scheduling server: implementation");
|
||
|
echo "
|
||
|
<p>
|
||
|
";
|
||
|
page_tail();
|
||
|
?>
|