diff options
Diffstat (limited to 'install/default-conf/var_www_includes/config.php')
-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.*"; |