aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.0/src/webcast/version/index.php
blob: 4d474a25755e60527a91ca75f965372084b8b0bd (plain)
1
2
3
4
5
6
7
8
9
10
<?php

require '../../db.php';
require '../config.php';

header('Content-type: text/plain; encoding=utf-8');

echo '1.0' . "\n";

?>