Vergleich inc/functions_image.php - 1.4.5 - 1.4.15
Zeile 6 | Zeile 6 |
---|---|
* Website: http://www.mybboard.net |
* Website: http://www.mybboard.net |
* $Id: functions_image.php 4304 2009-01-02 01:11:56Z chris $ | * $Id: functions_image.php 5379 2011-02-21 11:06:42Z Tomm $ |
*/ | */ |
Zeile 26 | Zeile 26 |
$thumb['code'] = 3; |
$thumb['code'] = 3; |
list($imgwidth, $imgheight, $imgtype, $imgattr, $imgbits, $imgchan) = getimagesize($file); |
|
if($imgwidth == 0 || $imgheight == 0) | if($imgwidth == 0 || $imgheight == 0) |