Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: functions_image.php 5297 2010-12-28 22:01:14Z Tomm $
| * $Id: functions_image.php 5622 2011-09-28 09:24:00Z PirataNervo $
|
*/
/**
| */
/**
|
Zeile 141 | Zeile 141 |
---|
@imagepng($thumbim, $path."/".$filename); break; }
|
@imagepng($thumbim, $path."/".$filename); break; }
|
@my_chmod($path."/".$filename, '0666');
| @my_chmod($path."/".$filename, '0644');
|
@imagedestroy($thumbim); $thumb['code'] = 1; $thumb['filename'] = $filename;
| @imagedestroy($thumbim); $thumb['code'] = 1; $thumb['filename'] = $filename;
|