From 02e187a4ec8db5094789d124e3f069dea85a5076 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 12 Jul 2011 16:17:18 +0200 Subject: #24 made t-shirt-size optional for angels --- install/default-conf/var_www_includes/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install/default-conf') diff --git a/install/default-conf/var_www_includes/config.php b/install/default-conf/var_www_includes/config.php index 574c44ae..0d7c208e 100644 --- a/install/default-conf/var_www_includes/config.php +++ b/install/default-conf/var_www_includes/config.php @@ -23,6 +23,9 @@ $LETZTES_AUSTRAGEN=3; $crypt_system="md5"; //$crypt_system="crypt"; +// Wenn Engel beim Registrieren oder in ihrem Profil eine T-Shirt Größe angeben sollen, auf true setzen: +$enable_tshirt_size = false; + // timezonen offsett $gmdateOffset=3600; @@ -46,8 +49,6 @@ date_default_timezone_set("Europe/Berlin"); $PentabarfXMLhost = "cccv.pentabarf.org"; $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.*"; -- cgit v1.2.3-54-g00ecf