summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-31 04:40:50 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-31 04:40:50 +0000
commit6dd3e7e17ec151ea523f5b99cf0bd30dc441b030 (patch)
tree7c736da78673e0c0a6984d479a50f44ec077b104 /default-conf
parent4892750720e136074598c609985c590577f24480 (diff)
pentabarf xcal url jetzt zentral configurierbar
daten aus pentabarf werden jetzt mit fopen geholt git-svn-id: svn://svn.cccv.de/engel-system@147 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf')
-rwxr-xr-xdefault-conf/www-ssl/inc/config.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php
index cef402f9..21f9c847 100755
--- a/default-conf/www-ssl/inc/config.php
+++ b/default-conf/www-ssl/inc/config.php
@@ -1,6 +1,6 @@
<?PHP
// Adresse des Webservers
-$url = "https://172.16.16.40/";
+$url = "https://engelsystem.url/";
// Startverzeichnis des Engelhome
$ENGEL_ROOT = "/engel/";
@@ -25,8 +25,8 @@ $crypt_system="md5";
$DEBUG = 0;
// SSL Cert-KEY
-$show_SSLCERT = "MD5:<br>AF:32:B9:BE:3F:AE:53:78:1E:1B:6E:82:48:E0:DB:94<br>\n".
- "SHA1:<br>B8:07:E8:A4:F3:1A:EF:03:81:C2:44:0C:50:25:3D:1A:A0:E4:AA:76";
+$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;
@@ -34,11 +34,10 @@ $GlobalZeileProStunde = 4;
//ist ein modem angeschlossen
$ModemEnable = false;
-//soll das xcal-file von penterbarf
-//$DataGetMeth="wget";
-$DataGetMeth="lynx";
-
//Tempdir
$Tempdir="/tmp";
+//Pentabarf ConferenzDI für UpdateDB
+$PentabarXCALurl="https://pentabarf.cccv.de/xcal/conference/<ConfereneceID>";
+
?>