Bug #20026 » 0010451_followup.patch
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);
|
- « Previous
- 1
- 2
- Next »