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 ++++++++++++++++++++++ install/default-conf/config_IAX.php | 16 ++++++ install/default-conf/config_db.php | 9 ++++ install/default-conf/config_jabber.php | 17 +++++++ install/default-conf/config_modem.php | 10 ++++ install/default-conf/var_www_includes/config.php | 59 ---------------------- .../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 ---- 10 files changed, 111 insertions(+), 111 deletions(-) create mode 100644 install/default-conf/config.php create mode 100644 install/default-conf/config_IAX.php create mode 100644 install/default-conf/config_db.php create mode 100644 install/default-conf/config_jabber.php create mode 100644 install/default-conf/config_modem.php delete mode 100644 install/default-conf/var_www_includes/config.php delete mode 100644 install/default-conf/var_www_includes/config_IAX.php delete mode 100644 install/default-conf/var_www_includes/config_db.php delete mode 100644 install/default-conf/var_www_includes/config_jabber.php delete mode 100644 install/default-conf/var_www_includes/config_modem.php (limited to 'install') 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; + +?> diff --git a/install/default-conf/config_IAX.php b/install/default-conf/config_IAX.php new file mode 100644 index 00000000..87c3d8ea --- /dev/null +++ b/install/default-conf/config_IAX.php @@ -0,0 +1,16 @@ + diff --git a/install/default-conf/config_db.php b/install/default-conf/config_db.php new file mode 100644 index 00000000..d07529c0 --- /dev/null +++ b/install/default-conf/config_db.php @@ -0,0 +1,9 @@ + diff --git a/install/default-conf/config_jabber.php b/install/default-conf/config_jabber.php new file mode 100644 index 00000000..13cd3538 --- /dev/null +++ b/install/default-conf/config_jabber.php @@ -0,0 +1,17 @@ + diff --git a/install/default-conf/config_modem.php b/install/default-conf/config_modem.php new file mode 100644 index 00000000..e6542fc4 --- /dev/null +++ b/install/default-conf/config_modem.php @@ -0,0 +1,10 @@ + diff --git a/install/default-conf/var_www_includes/config.php b/install/default-conf/var_www_includes/config.php deleted file mode 100644 index 44833167..00000000 --- a/install/default-conf/var_www_includes/config.php +++ /dev/null @@ -1,59 +0,0 @@ -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; - -?> diff --git a/install/default-conf/var_www_includes/config_IAX.php b/install/default-conf/var_www_includes/config_IAX.php deleted file mode 100644 index 87c3d8ea..00000000 --- a/install/default-conf/var_www_includes/config_IAX.php +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/install/default-conf/var_www_includes/config_db.php b/install/default-conf/var_www_includes/config_db.php deleted file mode 100644 index d07529c0..00000000 --- a/install/default-conf/var_www_includes/config_db.php +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/install/default-conf/var_www_includes/config_jabber.php b/install/default-conf/var_www_includes/config_jabber.php deleted file mode 100644 index 13cd3538..00000000 --- a/install/default-conf/var_www_includes/config_jabber.php +++ /dev/null @@ -1,17 +0,0 @@ - diff --git a/install/default-conf/var_www_includes/config_modem.php b/install/default-conf/var_www_includes/config_modem.php deleted file mode 100644 index e6542fc4..00000000 --- a/install/default-conf/var_www_includes/config_modem.php +++ /dev/null @@ -1,10 +0,0 @@ - -- cgit v1.2.3-54-g00ecf