diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-11 18:10:20 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-11 18:10:20 +0200 |
commit | 49a20487e74aaa2fa17784c6c9d5a6179393e07c (patch) | |
tree | 3ace8aa439becc53f7187367a425ab3be1099169 /default-conf/var_www_includes | |
parent | 946c230e6f8e04c7dd8f92ca3190a51ac220f0ca (diff) |
move default-config to install dir
Diffstat (limited to 'default-conf/var_www_includes')
-rw-r--r-- | default-conf/var_www_includes/config.php | 58 | ||||
-rw-r--r-- | default-conf/var_www_includes/config_IAX.php | 16 | ||||
-rw-r--r-- | default-conf/var_www_includes/config_db.php | 9 | ||||
-rw-r--r-- | default-conf/var_www_includes/config_jabber.php | 17 | ||||
-rw-r--r-- | default-conf/var_www_includes/config_modem.php | 10 |
5 files changed, 0 insertions, 110 deletions
diff --git a/default-conf/var_www_includes/config.php b/default-conf/var_www_includes/config.php deleted file mode 100644 index 574c44ae..00000000 --- a/default-conf/var_www_includes/config.php +++ /dev/null @@ -1,58 +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"; - -// 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.*"; - -/// Passord for external Authorization, function only active if the var is defined -//$CurrentExternAuthPass = 23; - -?> diff --git a/default-conf/var_www_includes/config_IAX.php b/default-conf/var_www_includes/config_IAX.php deleted file mode 100644 index 87c3d8ea..00000000 --- a/default-conf/var_www_includes/config_IAX.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -$IAXenable = TRUE; - -//Setting Asterisk -$IAXcontent="Engelsystem"; -$IAXserver="voip.eventphone.de"; - -//Asterisk output dir -$AsteriskOutputDir="/var/spool/asterisk/outgoing"; - -// enable DEBUG messages -//$DebugDECT = 1; -dd - -?> diff --git a/default-conf/var_www_includes/config_db.php b/default-conf/var_www_includes/config_db.php deleted file mode 100644 index d07529c0..00000000 --- a/default-conf/var_www_includes/config_db.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - - -// MySQL-Connection Settings -$config['host'] = "localhost"; -$config['user'] = "root"; -$config['pw'] = ""; -$config['db'] = "engelsystem"; -?> diff --git a/default-conf/var_www_includes/config_jabber.php b/default-conf/var_www_includes/config_jabber.php deleted file mode 100644 index 13cd3538..00000000 --- a/default-conf/var_www_includes/config_jabber.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - - $server = "jabber.berlin.ccc.de"; - $port = "5222"; - - $username = ""; - $password = ""; - $resource = ""; - - $jabber_recipient = array( "xyz@jabber.berlin.ccc.de", - "xyz2@jabber.berlin.ccc.de", - ); - - $mail_subject = "Pentabarf Error"; - $mail_recipient = array("xyz@abc.de", "xyz@abc.de"); - -?> diff --git a/default-conf/var_www_includes/config_modem.php b/default-conf/var_www_includes/config_modem.php deleted file mode 100644 index e6542fc4..00000000 --- a/default-conf/var_www_includes/config_modem.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - // ist ein modem angeschlossen - $ModemEnable = false; - - // COM port - $ModemDev ="/dev/ttyS0"; - - // vorwahl, bei tnovis telefonanlage fuer das programmieren von weckrufen - $WakeupNumber="**3"; -?> |