From 02b4aacc81613792b0fa618692145dc1e2989e42 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Thu, 10 Aug 2017 11:35:53 +0100 Subject: removal of old files, preparation for https --- old/webcast/runs/index.php | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 old/webcast/runs/index.php (limited to 'old/webcast/runs/index.php') diff --git a/old/webcast/runs/index.php b/old/webcast/runs/index.php deleted file mode 100644 index e28567e..0000000 --- a/old/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