aboutsummaryrefslogtreecommitdiff
path: root/old/webcast/time/index.php
blob: 061c81f00c0a4ed8e9b7fd6a3f00c36bcb2682b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

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

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

$s = DBSiteInfo($contest, $site);

echo $s['currenttime'];

?>