mirror of https://github.com/BOINC/boinc.git
14 lines
156 B
PHP
14 lines
156 B
PHP
|
<? // -*- html -*-
|
||
|
// $Id$
|
||
|
require_once("docutil.php");
|
||
|
page_head("<code>start</code> Tool");
|
||
|
?>
|
||
|
|
||
|
TODO: document start
|
||
|
|
||
|
|
||
|
<?
|
||
|
page_tail();
|
||
|
?>
|
||
|
|