summaryrefslogtreecommitdiff
path: root/install/default-conf/var_www_includes/config.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-18 14:19:42 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-18 14:19:42 +0100
commit8076975a7f12703d84d37d4be10ea680204040bf (patch)
tree7cd9c005816b700eefc98d531d342bdb8fc18c7b /install/default-conf/var_www_includes/config.php
parent10b4f94e5bdd4bfe1877ad06dfdf2237e4228ab5 (diff)
#19 README rewrite, sql-install-file
Diffstat (limited to 'install/default-conf/var_www_includes/config.php')
-rw-r--r--install/default-conf/var_www_includes/config.php59
1 files changed, 0 insertions, 59 deletions
diff --git a/install/default-conf/var_www_includes/config.php b/install/default-conf/var_www_includes/config.php
deleted file mode 100644
index 44833167..00000000
--- a/install/default-conf/var_www_includes/config.php
+++ /dev/null
@@ -1,59 +0,0 @@
-<?php
-// Adresse des Webservers
-$url = "https://SEDENGELURL";
-
-// Startverzeichnis des Engelhome
-$ENGEL_ROOT = "/";
-
-// Default-Theme auf der Startseite, 1=style1.css usw.
-$default_theme = 10;
-
-// System disable message, ist ist set is: bages schow only this text
-//$SystemDisableMessage="<H1>This system ist moved to a server in the BCC, you can in the moment only youse it in the in Engel Room</H1>";
-
-// Anzahl der News, die auf einer Seite ausgeben werden koennen...
-$DISPLAY_NEWS = 6;
-
-// Anzahl Stunden bis zum Austragen eigener Schichten
-$LETZTES_AUSTRAGEN=3;
-
-//Setzt den zu verwendenden Crypto algorismis
-// mp5 oder crypt
-// achtung crypt schaltet password ändern ab
-$crypt_system="md5";
-//$crypt_system="crypt";
-
-// Wenn Engel beim Registrieren oder in ihrem Profil eine T-Shirt Größe angeben sollen, auf true setzen:
-$enable_tshirt_size = false;
-
-// timezonen offsett
-$gmdateOffset=3600;
-
-// für Developen 1, sonst = 0
-$debug = 0;
-
-// SSL Cert-KEY
-$show_SSLCERT = "MD5:<br>MD5SED<br>\n".
- "SHA1:<br>SHA1SED";
-
-//globale const. fuer schischtplan
-$GlobalZeileProStunde = 4;
-
-//Tempdir
-$Tempdir="./tmp";
-
-// local timezone
-date_default_timezone_set("Europe/Berlin");
-
-//Pentabarf ConferenzDI für UpdateDB
-$PentabarfXMLhost = "cccv.pentabarf.org";
-$PentabarfXMLpath = "Xcal/conference/";
-$PentabarfXMLEventID = "31";
-
-//Mailing List: is is not defined, the option is not shown
-//$SubscribeMailinglist = "*-subscribe@lists.*";
-
-/// Passord for external Authorization, function only active if the var is defined
-//$CurrentExternAuthPass = 23;
-
-?>