aboutsummaryrefslogtreecommitdiffstats
path: root/toj/php/common.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'toj/php/common.inc.php')
-rw-r--r--toj/php/common.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/toj/php/common.inc.php b/toj/php/common.inc.php
new file mode 100644
index 0000000..d31a596
--- /dev/null
+++ b/toj/php/common.inc.php
@@ -0,0 +1,7 @@
+<?php
+
+date_default_timezone_set('Asia/Taipei');
+
+require('connect.inc.php');
+
+?>