aboutsummaryrefslogtreecommitdiff
path: root/old/webcast/time
diff options
context:
space:
mode:
Diffstat (limited to 'old/webcast/time')
-rw-r--r--old/webcast/time/index.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/old/webcast/time/index.php b/old/webcast/time/index.php
deleted file mode 100644
index 061c81f..0000000
--- a/old/webcast/time/index.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-require '../../db.php';
-require '../config.php';
-
-header('Content-type: text/plain; encoding=utf-8');
-
-$s = DBSiteInfo($contest, $site);
-
-echo $s['currenttime'];
-
-?>