diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-12-28 12:38:18 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-12-28 12:38:18 +0000 |
commit | 2cef94af74cb0e1be45360e6f5a2f7bd9bd061be (patch) | |
tree | ddf391b71b6237a6dbaffb66f022f98af59bd097 /default-conf/www-ssl | |
parent | 8f176d375befd5df096a8bc10e502af78dd3c088 (diff) |
zeitzohne instellbar
git-svn-id: svn://svn.cccv.de/engel-system@256 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf/www-ssl')
-rwxr-xr-x | default-conf/www-ssl/inc/config.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php index a1d30867..ef9a2cd0 100755 --- a/default-conf/www-ssl/inc/config.php +++ b/default-conf/www-ssl/inc/config.php @@ -20,6 +20,11 @@ $LETZTES_AUSTRAGEN=3; $crypt_system="md5"; //$crypt_system="crypt"; +// the archangels +$arch_angels="Daisy, BugBlue, TabascoEye"; + +// timezonen offsett +$gmdateOffset=3600; // für Developen 1, sonst = 0 $DEBUG = 0; |