Project

General

Profile

Task #24551 » lowerCamelCase-getUrl-typo3-sysext-indexed_search.diff

Administrator Admin, 2011-01-13 16:44

View differences:

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:
(16-16/21)