Bug #21089 ยป rfc11995.diff
typo3/cli_dispatch.phpsh (working copy) | ||
---|---|---|
// Include init file:
|
||
require(dirname(PATH_thisScript).'/init.php');
|
||
// Make sure output is not buffered,
|
||
// so that command-line output and interaction can take place
|
||
ob_end_flush();
|
||
if (defined('TYPO3_cliInclude')) {
|
||
include(TYPO3_cliInclude);
|
||
} else {
|