diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-08-10 10:35:53 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-08-10 10:35:53 +0000 |
| commit | 02b4aacc81613792b0fa618692145dc1e2989e42 (patch) | |
| tree | da7e9da7a587e8ffa9032ebf02a1022a315e9305 /old/webcast/version/index.php | |
| parent | e1b61094597488dcb3ef166013186b07bf379d76 (diff) | |
| download | boca-02b4aacc81613792b0fa618692145dc1e2989e42.tar.gz boca-02b4aacc81613792b0fa618692145dc1e2989e42.zip | |
removal of old files, preparation for https
Diffstat (limited to 'old/webcast/version/index.php')
| -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"; - -?> |