diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-12 16:17:18 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-12 16:17:18 +0200 |
commit | 02e187a4ec8db5094789d124e3f069dea85a5076 (patch) | |
tree | 2d702a6d71bbf78f38ac0b455c2277546c32a93c /install/default-conf | |
parent | 11f599891748f65bdb5478c6d932087c22124e19 (diff) |
#24 made t-shirt-size optional for angels
Diffstat (limited to 'install/default-conf')
-rw-r--r-- | install/default-conf/var_www_includes/config.php | 5 |
1 files changed, 3 insertions, 2 deletions
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.*"; |