engelsystem/default-conf/var_www_includes/config.php

59 lines
1.4 KiB
PHP
Raw Normal View History

<?PHP
// Adresse des Webservers
2010-08-31 21:16:16 +02:00
$url = "https://SEDENGELURL";
// Startverzeichnis des Engelhome
$ENGEL_ROOT = "/";
// 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 <20>ndern ab
$crypt_system="md5";
//$crypt_system="crypt";
// the archangels
$arch_angels="fnord";
// 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";
$PentabarfGetWith = "fsockopen"; // "fsockopen"/"fopen"/"wget"/"lynx"
//Mailing List: is is not defined, the option is not shown
//$SubscribeMailinglist = "*-subscribe@lists.*";
2010-12-29 14:06:07 +01:00
/// Passord for external Authorization, function only active if the var is defined
//$CurrentExternAuthPass = 23;
?>