added default_timezone to config.php
git-svn-id: svn://svn.cccv.de/engel-system@279 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
a5e862611a
commit
3f49f223d1
|
@ -39,6 +39,9 @@ $GlobalZeileProStunde = 4;
|
||||||
//Tempdir
|
//Tempdir
|
||||||
$Tempdir="/tmp";
|
$Tempdir="/tmp";
|
||||||
|
|
||||||
|
// local timezone
|
||||||
|
date_default_timezone_set("Europe/Berlin");
|
||||||
|
|
||||||
//Pentabarf ConferenzDI für UpdateDB
|
//Pentabarf ConferenzDI für UpdateDB
|
||||||
$PentabarfXMLhost = "cccv.pentabarf.org";
|
$PentabarfXMLhost = "cccv.pentabarf.org";
|
||||||
$PentabarfXMLpath = "Xcal/conference/";
|
$PentabarfXMLpath = "Xcal/conference/";
|
||||||
|
|
Loading…
Reference in New Issue