Task #24551 » lowerCamelCase-getUrl-typo3-sysext-indexed_search.diff
typo3/sysext/indexed_search/class.indexer.php | ||
---|---|---|
* @return mixed If no answer, returns false. Otherwise an array where HTTP headers are keys
|
||
*/
|
||
function getUrlHeaders($url) {
|
||
$content = t3lib_div::getURL($url,2); // Try to get the headers only
|
||
$content = t3lib_div::getUrl($url,2); // Try to get the headers only
|
||
if (strlen($content)) {
|
||
// Compile headers:
|