From e6ca195cd1a3290e9de3611d82367e9800d49391 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 14 May 2013 17:17:04 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EB=B9=88=ED=8C=8C=EC=9D=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B8=EC=8B=9D=ED=95=98=EC=97=AC=20=EC=82=AC=EB=9D=BC?= =?UTF-8?q?=EC=A7=84=20.htaccess=20=EB=A5=BC=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - extend/.htaccess | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 extend/.htaccess diff --git a/.gitignore b/.gitignore index 7d1e324ce..b5218f397 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.htaccess data test config.php diff --git a/extend/.htaccess b/extend/.htaccess new file mode 100644 index 000000000..792d60054 --- /dev/null +++ b/extend/.htaccess @@ -0,0 +1 @@ +# From 86c24d0091e2b3f974ab4fe9562ee576bb60e181 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 14 May 2013 17:17:40 +0900 Subject: [PATCH 2/3] =?UTF-8?q?.htaccess=20=EC=98=AC=EB=A6=AC=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b5218f397..7d1e324ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.htaccess data test config.php From a9c4c60db978d6b2419f682e2c112b72fd6ebc64 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 14 May 2013 17:23:15 +0900 Subject: [PATCH 3/3] =?UTF-8?q?it=5Fimg=5Fthumb=20=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/thumbnail.lib.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/thumbnail.lib.php b/lib/thumbnail.lib.php index c7991dbef..04702a590 100644 --- a/lib/thumbnail.lib.php +++ b/lib/thumbnail.lib.php @@ -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') {