Project

General

Profile

Bug #16677 ยป bug_4449.diff

Administrator Admin, 2006-10-30 22:00

View differences:

t3lib/class.t3lib_tstemplate.php (Arbeitskopie)
}
if ($GLOBALS['TSFE']->config['config']['simulateStaticDocuments']=='PATH_INFO') {
$LD['url'] = str_replace('.','/',$LD['url']);
$LD['url'] = 'index.php/'.$LD['url'].'/?';
$LD['url'] = $script.'/'.$LD['url'].'/?';
} else {
$LD['url'].= '.html?';
}
    (1-1/1)