summaryrefslogtreecommitdiff
path: root/default-conf/www-ssl/inc/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'default-conf/www-ssl/inc/config.php')
-rwxr-xr-xdefault-conf/www-ssl/inc/config.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/default-conf/www-ssl/inc/config.php b/default-conf/www-ssl/inc/config.php
index 21f9c847..ccf359c4 100755
--- a/default-conf/www-ssl/inc/config.php
+++ b/default-conf/www-ssl/inc/config.php
@@ -38,6 +38,8 @@ $ModemEnable = false;
$Tempdir="/tmp";
//Pentabarf ConferenzDI für UpdateDB
-$PentabarXCALurl="https://pentabarf.cccv.de/xcal/conference/<ConfereneceID>";
+$PentabarfXMLhost = "pentabarf.cccv.de";
+$PentabarfXMLpath = "Xcal/conference/";
+$PentabarfXMLEventID = "31";
?>