Project

General

Profile

Bug #21089 ยป rfc11995.diff

Administrator Admin, 2009-09-19 12:25

View differences:

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 {
    (1-1/1)