summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
Diffstat (limited to 'default-conf')
-rwxr-xr-xdefault-conf/www-ssl/inc/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php
index da48bb4f..07d4fb03 100755
--- a/default-conf/www-ssl/inc/config.php
+++ b/default-conf/www-ssl/inc/config.php
@@ -21,7 +21,7 @@ $crypt_system="md5";
//$crypt_system="crypt";
// the archangels
-$arch_angels="Daisy, BugBlue, TabascoEye";
+$arch_angels="fnord";
// timezonen offsett
$gmdateOffset=3600;
@@ -37,7 +37,7 @@ $show_SSLCERT = "MD5:<br>MD5SED<br>\n".
$GlobalZeileProStunde = 4;
//Tempdir
-$Tempdir="/tmp";
+$Tempdir="./tmp";
// local timezone
date_default_timezone_set("Europe/Berlin");