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