Embed CVS tags visible using 'show source' from browser. Fix comment.

svn path=/trunk/boinc/; revision=4546
This commit is contained in:
Bruce Allen 2004-11-14 00:55:27 +00:00
parent 2938871473
commit fd7c972fac
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php
echo "<!--\$Id$ -->";
// cancel a WU:
// - mark unsent results as OVER, outcome DIDNT_NEED

View File

@ -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");

View File

@ -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>");