Timezone settings #3

This commit is contained in:
following
2012-08-13 01:06:16 +02:00
parent 9753068ff0
commit ea2be4b47a
4 changed files with 14 additions and 5 deletions

View File

@@ -61,6 +61,9 @@
require_once($opt['rootpath'] . 'lib/calculation.inc.php');
require_once($opt['rootpath'] . 'lib/consts.inc.php');
// timezone
date_default_timezone_set($timezone);
$dblink_slave = false;
// sql debugger?