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