diff options
Diffstat (limited to 'default-conf')
-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; |