Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: functions_image.php 4054 2008-07-31 05:19:05Z Tikitiki $
| * $Id: functions_image.php 4101 2008-08-10 18:52:38Z Tikitiki $
|
*/
/**
| */
/**
|
Zeile 120 | Zeile 120 |
---|
@imagepng($thumbim, $path."/".$filename); break; }
|
@imagepng($thumbim, $path."/".$filename); break; }
|
@my_chmod($path."/".$filename, 0666);
| @my_chmod($path."/".$filename, '0666');
|
@imagedestroy($thumbim); $thumb['code'] = 1; $thumb['filename'] = $filename;
| @imagedestroy($thumbim); $thumb['code'] = 1; $thumb['filename'] = $filename;
|