Project

General

Profile

Bug #20026 » 0010451_followup.patch

Administrator Admin, 2009-02-20 16:18

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie)
}
// If PATH_INFO is defined as simulateStaticDocuments mode and has information:
if ($this->config['config']['simulateStaticDocuments'] === 'PATH_INFO' && t3lib_div::getIndpEnv('PATH_INFO')) {
if (t3lib_div::getIndpEnv('PATH_INFO') && strpos(t3lib_div::getIndpEnv('TYPO3_SITE_SCRIPT'), 'index.php/') === 0) {
$parts=t3lib_div::trimExplode('/',t3lib_div::getIndpEnv('PATH_INFO'),1);
$parts[]='html';
$pCount = count($parts);
(2-2/2)