Project

General

Profile

Bug #21325 » 12300_4_2-branch.diff

Administrator Admin, 2009-10-21 16:21

View differences:

typo3/cli_dispatch.phpsh (Arbeitskopie)
// Make sure output is not buffered,
// so that command-line output and interaction can take place
ob_end_flush();
while (ob_get_level()) {
ob_end_clean();
}
header('Content-Encoding: None', TRUE);
if (defined('TYPO3_cliInclude')) {
include(TYPO3_cliInclude);
(1-1/2)