summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-13 23:40:06 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-13 23:40:06 +0000
commitffa84f39e7105cf64b5af13c7bc0a293b500a680 (patch)
tree246bde5ed7d15f0e0dfed561e963f6ba44e03e20 /default-conf
parentc8713d0218c4b1b49e20f5c1ad815dc2cc9e61ba (diff)
import von xml daten mit hilfe von fsockopen implementiert
git-svn-id: svn://svn.cccv.de/engel-system@161 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf')
-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";
?>