From 861ca8a5878d70549dae12b1ea84c5433e2372a6 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 7 Nov 2012 16:25:18 +0100 Subject: inclusion of webcast file download option at admin/report --- boca-1.5.2/src/webcast/runs/index.php | 41 ----------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 boca-1.5.2/src/webcast/runs/index.php (limited to 'boca-1.5.2/src/webcast/runs/index.php') diff --git a/boca-1.5.2/src/webcast/runs/index.php b/boca-1.5.2/src/webcast/runs/index.php deleted file mode 100644 index e28567e..0000000 --- a/boca-1.5.2/src/webcast/runs/index.php +++ /dev/null @@ -1,41 +0,0 @@ - $freezeTime) { - continue; - } - - echo - $runID . '' . - $runTime . '' . - $runTeam . '' . - $runProblem . ''; - - if ($run[$i]['yes']=='t') { - echo 'Y' . "\n"; - } else if ($run[$i]['answer'] == 'Not answered yet') { - echo '?' . "\n"; - } else { - echo 'N' . "\n"; - }; -} - -?> -- cgit v1.2.3