summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-12 16:28:17 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-12 16:28:17 +0200
commita476beafe310aa8b291996c06d876e31975deb7d (patch)
tree84d8e3826a431f36ee76cdbb7b2dc8dcceaaf63b /install
parent02e187a4ec8db5094789d124e3f069dea85a5076 (diff)
cleanup config
Diffstat (limited to 'install')
-rw-r--r--install/TODO_FIX_INCLUDES5
-rw-r--r--install/default-conf/var_www_includes/config.php6
2 files changed, 3 insertions, 8 deletions
diff --git a/install/TODO_FIX_INCLUDES b/install/TODO_FIX_INCLUDES
deleted file mode 100644
index f50844e7..00000000
--- a/install/TODO_FIX_INCLUDES
+++ /dev/null
@@ -1,5 +0,0 @@
-find . -name \*.php -exec grep -l './inc' {} \;
-
-
-todo:
-change installscript to place inc outside of http-root. exactly ONE dir ahead.
diff --git a/install/default-conf/var_www_includes/config.php b/install/default-conf/var_www_includes/config.php
index 0d7c208e..44833167 100644
--- a/install/default-conf/var_www_includes/config.php
+++ b/install/default-conf/var_www_includes/config.php
@@ -19,7 +19,7 @@ $LETZTES_AUSTRAGEN=3;
//Setzt den zu verwendenden Crypto algorismis
// mp5 oder crypt
-// achtung crypt schaltet password �ndern ab
+// achtung crypt schaltet password ändern ab
$crypt_system="md5";
//$crypt_system="crypt";
@@ -29,7 +29,7 @@ $enable_tshirt_size = false;
// timezonen offsett
$gmdateOffset=3600;
-// f�r Developen 1, sonst = 0
+// für Developen 1, sonst = 0
$debug = 0;
// SSL Cert-KEY
@@ -45,7 +45,7 @@ $Tempdir="./tmp";
// local timezone
date_default_timezone_set("Europe/Berlin");
-//Pentabarf ConferenzDI f�r UpdateDB
+//Pentabarf ConferenzDI für UpdateDB
$PentabarfXMLhost = "cccv.pentabarf.org";
$PentabarfXMLpath = "Xcal/conference/";
$PentabarfXMLEventID = "31";