From 8076975a7f12703d84d37d4be10ea680204040bf Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 18 Dec 2011 14:19:42 +0100 Subject: #19 README rewrite, sql-install-file --- install/default-conf/config.php | 59 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 install/default-conf/config.php (limited to 'install/default-conf/config.php') diff --git a/install/default-conf/config.php b/install/default-conf/config.php new file mode 100644 index 00000000..44833167 --- /dev/null +++ b/install/default-conf/config.php @@ -0,0 +1,59 @@ +This system ist moved to a server in the BCC, you can in the moment only youse it in the in Engel Room"; + +// 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:
MD5SED
\n". + "SHA1:
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; + +?> -- cgit v1.2.3-54-g00ecf