Merge branch 'g4s'

This commit is contained in:
chicpro
2013-05-14 17:24:26 +09:00
2 changed files with 1 additions and 5 deletions

1
extend/.htaccess Normal file
View File

@ -0,0 +1 @@
#

View File

@ -3,11 +3,6 @@ if (!defined('_GNUBOARD_')) exit;
@ini_set('memory_limit', '512M');
function it_img_thumb($filename, $filepath, $thumb_width, $thumb_height, $is_create=false)
{
return thumbnail($filename, $filepath, $filepath, $thumb_width, $thumb_height, $is_create);
}
// 게시글리스트 썸네일 생성
function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=true, $crop_mode='center', $is_sharpen=true, $um_value='80/0.5/3')
{