Index: L:/x-htdocs/t3/41dev/t3lib/config_default.php =================================================================== --- L:/x-htdocs/t3/41dev/t3lib/config_default.php (revision 2185) +++ L:/x-htdocs/t3/41dev/t3lib/config_default.php (working copy) @@ -216,7 +216,8 @@ 'hidePagesIfNotTranslatedByDefault' => FALSE, // If TRUE, pages that has no translation will be hidden by default. Basically this will inverse the effect of the page localization setting "Hide page if no translation for current language exists" to "Show page even if no translation exists" 'eID_include' => array(), // Array of key/value pairs where key is "tx_[ext]_[optional suffix]" and value is relative filename of class to include. Key is used as "?eID=" for index_ts.php to include the code file which renders the page from that point. (Useful for functionality that requires a low initialization footprint, eg. frontend ajax applications) 'XCLASS' => Array(), // See 'Inside TYPO3' document for more information. - 'pageCacheToExternalFiles' => FALSE // If set, page cache entries will be stored in typo3temp/cache_pages/ab/ instead of the database. Still, "cache_pages" will be filled in database but the "HTML" field will be empty. When the cache is flushed the files in cache_pages/ab/ will not be flush - you will have to garbage clean manually once in a while. + 'pageCacheToExternalFiles' => FALSE, // If set, page cache entries will be stored in typo3temp/cache_pages/ab/ instead of the database. Still, "cache_pages" will be filled in database but the "HTML" field will be empty. When the cache is flushed the files in cache_pages/ab/ will not be flush - you will have to garbage clean manually once in a while. + 'maxMailAttachmentSize' => 400000 // Setting the maximum size (bytes) of formmail attachements ), 'MODS' => Array( // Backend Module Configuration (obsolete, make extension instead) ), @@ -436,4 +437,4 @@ // Setting some global vars: $EXEC_TIME = time(); // $EXEC_TIME is set so that the rest of the script has a common value for the script execution time $SIM_EXEC_TIME = $EXEC_TIME; // $SIM_EXEC_TIME is set to $EXEC_TIME but can be altered later in the script if we want to simulate another execution-time when selecting from eg. a database -?> \ No newline at end of file +?>