diff options
Diffstat (limited to 'web/php/common.inc.php')
-rw-r--r-- | web/php/common.inc.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/php/common.inc.php b/web/php/common.inc.php new file mode 100644 index 0000000..18786e9 --- /dev/null +++ b/web/php/common.inc.php @@ -0,0 +1,12 @@ +<?php + +date_default_timezone_set('Asia/Taipei'); +//error_reporting(E_ALL ^ E_NOTICE); +//ini_set("display_errors", "On"); + +//error_reporting(0); +// + +require('connect.inc.php'); + +?> |