Bug #20869 » 11696.diff
typo3/sysext/indexed_search/class.indexer.php (working copy) | ||
---|---|---|
$this->indexExternalUrl($linkSource);
|
||
}
|
||
} elseif (!$qParts['query']) {
|
||
$linkSource = urldecode($linkSource);
|
||
if (t3lib_div::isAllowedAbsPath($linkSource)) {
|
||
$localFile = $linkSource;
|
||
} else {
|
- « Previous
- 1
- 2
- Next »