diff options
Diffstat (limited to 'old/webcast/version')
| -rw-r--r-- | old/webcast/version/index.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/old/webcast/version/index.php b/old/webcast/version/index.php deleted file mode 100644 index 4d474a2..0000000 --- a/old/webcast/version/index.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -require '../../db.php'; -require '../config.php'; - -header('Content-type: text/plain; encoding=utf-8'); - -echo '1.0' . "\n"; - -?> |