changes to temp system
git-svn-id: svn://svn.cccv.de/engel-system@280 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
3f49f223d1
commit
34aff10f38
|
@ -21,7 +21,7 @@ $crypt_system="md5";
|
||||||
//$crypt_system="crypt";
|
//$crypt_system="crypt";
|
||||||
|
|
||||||
// the archangels
|
// the archangels
|
||||||
$arch_angels="Daisy, BugBlue, TabascoEye";
|
$arch_angels="fnord";
|
||||||
|
|
||||||
// timezonen offsett
|
// timezonen offsett
|
||||||
$gmdateOffset=3600;
|
$gmdateOffset=3600;
|
||||||
|
@ -37,7 +37,7 @@ $show_SSLCERT = "MD5:<br>MD5SED<br>\n".
|
||||||
$GlobalZeileProStunde = 4;
|
$GlobalZeileProStunde = 4;
|
||||||
|
|
||||||
//Tempdir
|
//Tempdir
|
||||||
$Tempdir="/tmp";
|
$Tempdir="./tmp";
|
||||||
|
|
||||||
// local timezone
|
// local timezone
|
||||||
date_default_timezone_set("Europe/Berlin");
|
date_default_timezone_set("Europe/Berlin");
|
||||||
|
|
Loading…
Reference in New Issue