summaryrefslogtreecommitdiff
path: root/default-conf/www-ssl/inc/config.php
blob: ef9a2cd0bca76ce80993647e4867ed76343c3fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?PHP
// Adresse des Webservers
$url = "https://engelsystem.url/";

// Startverzeichnis des Engelhome
$ENGEL_ROOT = "/engel/";

// 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";

// the archangels
$arch_angels="Daisy, BugBlue, TabascoEye";

// timezonen offsett
$gmdateOffset=3600;

// f�r Developen 1, sonst = 0
$DEBUG = 0;

// SSL Cert-KEY
$show_SSLCERT = "MD5:<br>FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF<br>\n".
		"SHA1:<br>FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF:FF";

//globale const. fuer schischtplan
$GlobalZeileProStunde = 4;

//Tempdir
$Tempdir="/tmp";

//Pentabarf ConferenzDI f�r UpdateDB
$PentabarfXMLhost = "cccv.pentabarf.org";
$PentabarfXMLpath = "Xcal/conference/";
$PentabarfXMLEventID = "31";
$PentabarfGetWith = "fsockopen";        // "fsockopen"/"fopen"/"wget"/"lynx"

?>