diff options
Diffstat (limited to 'default-conf')
-rwxr-xr-x | default-conf/www-ssl/inc/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php index 0c1270be..da48bb4f 100755 --- a/default-conf/www-ssl/inc/config.php +++ b/default-conf/www-ssl/inc/config.php @@ -39,6 +39,9 @@ $GlobalZeileProStunde = 4; //Tempdir $Tempdir="/tmp"; +// local timezone +date_default_timezone_set("Europe/Berlin"); + //Pentabarf ConferenzDI für UpdateDB $PentabarfXMLhost = "cccv.pentabarf.org"; $PentabarfXMLpath = "Xcal/conference/"; |