Index: typo3/file_list.php =================================================================== --- typo3/file_list.php (revision 5028) +++ typo3/file_list.php (working copy) @@ -380,9 +380,4 @@ $SOBE->main(); $SOBE->printContent(); - -if ($TYPO3_CONF_VARS['BE']['compressionLevel']) { - new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']); -} - ?> \ No newline at end of file Index: typo3/mod/web/perm/index.php =================================================================== --- typo3/mod/web/perm/index.php (revision 5028) +++ typo3/mod/web/perm/index.php (working copy) @@ -853,8 +853,4 @@ $SOBE->main(); $SOBE->printContent(); -if ($TYPO3_CONF_VARS['BE']['compressionLevel']) { - new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']); -} - ?>