From fd7c972fac9577160553fd792972fbe226bc3df9 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Sun, 14 Nov 2004 00:55:27 +0000 Subject: [PATCH] Embed CVS tags visible using 'show source' from browser. Fix comment. svn path=/trunk/boinc/; revision=4546 --- html/ops/cancel_wu_action.php | 1 + html/ops/cancel_wu_form.php | 3 ++- html/ops/index.php | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/html/ops/cancel_wu_action.php b/html/ops/cancel_wu_action.php index 55e169460f..911bdae786 100644 --- a/html/ops/cancel_wu_action.php +++ b/html/ops/cancel_wu_action.php @@ -1,4 +1,5 @@ "; // cancel a WU: // - mark unsent results as OVER, outcome DIDNT_NEED diff --git a/html/ops/cancel_wu_form.php b/html/ops/cancel_wu_form.php index b7e8ec951e..47acf01ead 100644 --- a/html/ops/cancel_wu_form.php +++ b/html/ops/cancel_wu_form.php @@ -1,5 +1,6 @@ "; +// use this to delete workunits that are not wanted require_once("../inc/util_ops.inc"); diff --git a/html/ops/index.php b/html/ops/index.php index a2558bb4b0..68a934d979 100644 --- a/html/ops/index.php +++ b/html/ops/index.php @@ -3,6 +3,9 @@ require_once("../inc/db_ops.inc"); require_once("../inc/util_ops.inc"); +echo ""; + + $config = get_config(); $cgi_url = parse_config($config, ""); $stripchart_cgi_url = parse_config($config, "");