index
:
taiwan-online-judge-lantw44
broken-20130310
gh-pages
master
A fork of pzread's Taiwan Online Judge project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
toj
/
php
/
common.inc.php
blob: d31a596f984f5644f4799d398765e789f5544034 (
plain
) (
blame
)
1
2
3
4
5
6
7
<?
php
date_default_timezone_set
(
'Asia/Taipei'
);
require
(
'connect.inc.php'
);
?>