Bug #22611 ยป 14337.diff
typo3/install/index.php (Arbeitskopie) | ||
---|---|---|
);
|
||
// Output the warning message and exit
|
||
header('Content-Type: text/html; charset=utf-8');
|
||
header('Cache-Control: no-cache, must-revalidate');
|
||
header('Pragma: no-cache');
|
||
echo $content;
|
||
exit();
|
||
}
|