aboutsummaryrefslogtreecommitdiffstats
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');

?>