Vergleich inc/functions_image.php - 1.4.0 - 1.4.1

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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 120Zeile 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;