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