From 764c0524a7a88db72695d13ac25bff33708f7dec Mon Sep 17 00:00:00 2001 From: cookie Date: Sun, 16 Apr 2006 13:51:54 +0000 Subject: dir changes git-svn-id: svn://svn.cccv.de/engel-system@112 29ba0400-6e00-0410-a75a-ca02368028f8 --- default-conf/www-ssl/inc/config.php | 41 +++++++++++++++++++++++++++++++++++++ www-ssl/inc/config.php | 41 ------------------------------------- 2 files changed, 41 insertions(+), 41 deletions(-) create mode 100755 default-conf/www-ssl/inc/config.php delete mode 100755 www-ssl/inc/config.php diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php new file mode 100755 index 00000000..18210115 --- /dev/null +++ b/default-conf/www-ssl/inc/config.php @@ -0,0 +1,41 @@ +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"; + + +// für Developen 1, sonst = 0 +$DEBUG = 0; + +// SSL Cert-KEY +$show_SSLCERT = "MD5:
AF:32:B9:BE:3F:AE:53:78:1E:1B:6E:82:48:E0:DB:94
\n". + "SHA1:
B8:07:E8:A4:F3:1A:EF:03:81:C2:44:0C:50:25:3D:1A:A0:E4:AA:76"; + +//globale const. fuer schischtplan +$GlobalZeileProStunde = 4; + +//ist ein modem angeschlossen +$ModemEnable = false; + +//soll das xcal-file von penterbarf +//$DataGetMeth="wget"; +$DataGetMeth="lynx"; + +?> diff --git a/www-ssl/inc/config.php b/www-ssl/inc/config.php deleted file mode 100755 index a4ff087d..00000000 --- a/www-ssl/inc/config.php +++ /dev/null @@ -1,41 +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"; - - -// für Developen 1, sonst = 0 -$DEBUG = 0; - -// SSL Cert-KEY -$show_SSLCERT = "MD5:
AF:32:B9:BE:3F:AE:53:78:1E:1B:6E:82:48:E0:DB:94
\n". - "SHA1:
B8:07:E8:A4:F3:1A:EF:03:81:C2:44:0C:50:25:3D:1A:A0:E4:AA:76"; - -//globale const. fuer schischtplan -$GlobalZeileProStunde = 4; - -//ist ein modem angeschlossen -$ModemEnable = false; - -//soll das xcal-file von penterbarf -//$DataGetMeth="wget"; -$DataGetMeth="lynx"; - -?> -- cgit v1.2.3-54-g00ecf