diff options
Diffstat (limited to 'old/webcast/time/index.php')
| -rw-r--r-- | old/webcast/time/index.php | 12 |
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']; - -?> |