summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
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>";
+
?>