summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2009-11-10 22:05:37 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2009-11-10 22:05:37 +0000
commitfbcbb1234117b62a279431dbc6867694f2a57b87 (patch)
tree5d8898e13330639176cf90f99a43ffb9c1056ab5 /default-conf
parent5f8507c3d00a59b956b9f9d98e2e1185d6314de6 (diff)
makeuser.php: get type of angel from DB, add subscribe the mailing list function
git-svn-id: svn://svn.cccv.de/engel-system@341 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf')
-rwxr-xr-xdefault-conf/var_www_includes/config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/default-conf/var_www_includes/config.php b/default-conf/var_www_includes/config.php
index 07d4fb03..68b51acc 100755
--- a/default-conf/var_www_includes/config.php
+++ b/default-conf/var_www_includes/config.php
@@ -48,4 +48,8 @@ $PentabarfXMLpath = "Xcal/conference/";
$PentabarfXMLEventID = "31";
$PentabarfGetWith = "fsockopen"; // "fsockopen"/"fopen"/"wget"/"lynx"
+
+//Mailing List: is is not defined, the option is not shown
+//$SubscribeMailinglist = "*-subscribe@lists.*";
+
?>