Bug #19720 ยป 9978.diff
typo3/file_list.php (working copy) | ||
---|---|---|
$SOBE->main();
|
||
$SOBE->printContent();
|
||
if ($TYPO3_CONF_VARS['BE']['compressionLevel']) {
|
||
new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']);
|
||
}
|
||
?>
|
||
?>
|
typo3/mod/web/perm/index.php (working copy) | ||
---|---|---|
$SOBE->main();
|
||
$SOBE->printContent();
|
||
if ($TYPO3_CONF_VARS['BE']['compressionLevel']) {
|
||
new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']);
|
||
}
|
||
?>
|
||
?>
|