chmod 에 warning 오류 없애기

This commit is contained in:
gnuboard
2013-07-29 17:18:24 +09:00
parent 1d2c04146f
commit b5d6e775fc

View File

@ -299,7 +299,7 @@ function thumbnail($filename, $source_path, $target_path, $thumb_width, $thumb_h
} }
imagejpeg($dst, $thumb_file, 90); imagejpeg($dst, $thumb_file, 90);
chmod($thumb_file, G4_FILE_PERMISSION); // 추후 삭제를 위하여 파일모드 변경 @chmod($thumb_file, G4_FILE_PERMISSION); // 추후 삭제를 위하여 파일모드 변경
imagedestroy($src); imagedestroy($src);
imagedestroy($dst); imagedestroy($dst);