mirror of https://github.com/BOINC/boinc.git
10 lines
124 B
PHP
10 lines
124 B
PHP
|
<?php
|
||
|
|
||
|
// cancel a range of WUs.
|
||
|
// USE WITH EXTREME CAUTION
|
||
|
|
||
|
require_once("../inc/util_ops.inc");
|
||
|
|
||
|
//cancel_wu(0, 636);
|
||
|
?>
|