From 49a20487e74aaa2fa17784c6c9d5a6179393e07c Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 11 Jun 2011 18:10:20 +0200 Subject: move default-config to install dir --- install/default-conf/var_www_includes/config.php | 58 ++++++++++++++++++++++ .../default-conf/var_www_includes/config_IAX.php | 16 ++++++ .../default-conf/var_www_includes/config_db.php | 9 ++++ .../var_www_includes/config_jabber.php | 17 +++++++ .../default-conf/var_www_includes/config_modem.php | 10 ++++ 5 files changed, 110 insertions(+) create mode 100644 install/default-conf/var_www_includes/config.php create mode 100644 install/default-conf/var_www_includes/config_IAX.php create mode 100644 install/default-conf/var_www_includes/config_db.php create mode 100644 install/default-conf/var_www_includes/config_jabber.php create mode 100644 install/default-conf/var_www_includes/config_modem.php (limited to 'install/default-conf/var_www_includes') diff --git a/install/default-conf/var_www_includes/config.php b/install/default-conf/var_www_includes/config.php new file mode 100644 index 00000000..574c44ae --- /dev/null +++ b/install/default-conf/var_www_includes/config.php @@ -0,0 +1,58 @@ +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"; + +// 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"; +$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/install/default-conf/var_www_includes/config_IAX.php b/install/default-conf/var_www_includes/config_IAX.php new file mode 100644 index 00000000..87c3d8ea --- /dev/null +++ b/install/default-conf/var_www_includes/config_IAX.php @@ -0,0 +1,16 @@ + diff --git a/install/default-conf/var_www_includes/config_db.php b/install/default-conf/var_www_includes/config_db.php new file mode 100644 index 00000000..d07529c0 --- /dev/null +++ b/install/default-conf/var_www_includes/config_db.php @@ -0,0 +1,9 @@ + diff --git a/install/default-conf/var_www_includes/config_jabber.php b/install/default-conf/var_www_includes/config_jabber.php new file mode 100644 index 00000000..13cd3538 --- /dev/null +++ b/install/default-conf/var_www_includes/config_jabber.php @@ -0,0 +1,17 @@ + diff --git a/install/default-conf/var_www_includes/config_modem.php b/install/default-conf/var_www_includes/config_modem.php new file mode 100644 index 00000000..e6542fc4 --- /dev/null +++ b/install/default-conf/var_www_includes/config_modem.php @@ -0,0 +1,10 @@ + -- cgit v1.2.3-70-g09d2