mirror of https://github.com/BOINC/boinc.git
Embed CVS tags visible using 'show source' from browser. Fix comment.
svn path=/trunk/boinc/; revision=4546
This commit is contained in:
parent
2938871473
commit
fd7c972fac
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
echo "<!--\$Id$ -->";
|
||||
|
||||
// cancel a WU:
|
||||
// - mark unsent results as OVER, outcome DIDNT_NEED
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// use this to create accounts while regular account creation is disabled
|
||||
echo "<!--\$Id$ -->";
|
||||
// use this to delete workunits that are not wanted
|
||||
|
||||
require_once("../inc/util_ops.inc");
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
require_once("../inc/db_ops.inc");
|
||||
require_once("../inc/util_ops.inc");
|
||||
|
||||
echo "<!--\$Id$ -->";
|
||||
|
||||
|
||||
$config = get_config();
|
||||
$cgi_url = parse_config($config, "<cgi_url>");
|
||||
$stripchart_cgi_url = parse_config($config, "<stripchart_cgi_url>");
|
||||
|
|
Loading…
Reference in New Issue