Project

General

Profile

Bug #14438 ยป 0000581-t3lib_div.diff

Administrator Admin, 2004-12-13 11:05

View differences:

class.t3lib_div_mod.php 2004-12-13 11:04:10.000000000 +0100
}
$content=curl_exec ($ch);
curl_close ($ch);
return $content;
} elseif($fd = fopen($url,'rb')) {
while (!feof($fd)) {
$content.=fread($fd, 5000);
}
fclose($fd);
return $content;
}
return $content;
}
/**
......
}
}
?>
?>
    (1-1/1)