Project

General

Profile

Bug #17109 » bug_5189.diff

Administrator Admin, 2007-03-11 20:55

View differences:

class.browse_links.php.new 2007-03-11 13:28:12.000000000 +0100
$iurl = $this->siteURL.t3lib_div::rawurlencodeFP(substr($filepath,strlen(PATH_site)));
// Show only web-images
if (t3lib_div::inList('gif,jpeg,jpg,png',$fI['extension'])) {
if (t3lib_div::inList('gif,jpeg,jpg,png', strtolower($fI['extension']))) {
$imgInfo = @getimagesize($filepath);
$pDim = $imgInfo[0].'x'.$imgInfo[1].' pixels';
(2-2/2)