diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-13 23:40:06 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-13 23:40:06 +0000 |
commit | ffa84f39e7105cf64b5af13c7bc0a293b500a680 (patch) | |
tree | 246bde5ed7d15f0e0dfed561e963f6ba44e03e20 /default-conf/www-ssl | |
parent | c8713d0218c4b1b49e20f5c1ad815dc2cc9e61ba (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/www-ssl')
-rwxr-xr-x | default-conf/www-ssl/inc/config.php | 4 |
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"; ?> |