X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig_default.php;h=646e2aa4b64aa0f19ae2b3dcf4f4080c8a1f5d88;hp=1586533a69bbefd4d153174c088e778fa62691a4;hb=775a1f52b3e6224cba9fe8f32c9ff0527c6076e7;hpb=1f2f93e6751d2c1b957aa7d197269b5c49df5d72 diff --git a/config/config_default.php b/config/config_default.php index 1586533a..646e2aa4 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -1148,6 +1148,24 @@ $use_php_recode = false; */ $use_php_iconv = false; +/** + * Output Buffering + * + * In some cases, buffering all output allows more complex functionality, + * especially for plugins that want to add headers on hooks that are beyond + * the point of output having been sent to the browser otherwise (although + * most plugins that need this feature will turn it on automatically by + * themselves). + * + * It is also possible to define a custom output handler as needed by special + * environments. If $buffered_output_handler is non-empty, a function named + * the same as the value of $buffered_output_handler should be defined in + * config_local.php. + * + */ +$buffer_output = false; +$buffered_output_handler = ''; + /** * Controls remote configuration checks * @global boolean $allow_remote_configtest