From bd2de184550586ef0b4130ada747813b71c9c463 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 22 Apr 2013 15:24:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EC=9D=BC?= =?UTF-8?q?=EA=B4=84=EC=82=AD=EC=A0=9C=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.menu100.php | 1 + adm/thumbnail_file_delete.php | 67 +++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 adm/thumbnail_file_delete.php diff --git a/adm/admin.menu100.php b/adm/admin.menu100.php index 985edef26..a50316266 100644 --- a/adm/admin.menu100.php +++ b/adm/admin.menu100.php @@ -7,6 +7,7 @@ $menu['menu100'] = array ( //array('100400', '버전정보', G4_ADMIN_URL.'/version.php', 'cf_version'), array('100800', '세션파일 일괄삭제',G4_ADMIN_URL.'/session_file_delete.php', 'cf_session', 1), array('100900', '캐쉬파일 일괄삭제',G4_ADMIN_URL.'/cache_file_delete.php', 'cf_cache', 1), + array('100920', '썸네일파일 일괄삭제',G4_ADMIN_URL.'/thumbnail_file_delete.php', 'cf_cache', 1), array('100500', 'phpinfo()', G4_ADMIN_URL.'/phpinfo.php', 'cf_phpinfo'), //array('100600', '업그레이드', G4_ADMIN_URL.'/upgrade.php', 'cf_upgrade'), //array('100700', '복구/최적화', G4_ADMIN_URL.'/repair.php', 'cf_repair'), diff --git a/adm/thumbnail_file_delete.php b/adm/thumbnail_file_delete.php new file mode 100644 index 000000000..585eddc46 --- /dev/null +++ b/adm/thumbnail_file_delete.php @@ -0,0 +1,67 @@ + + +
+

+ 완료 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오. +

+ 썸네일디렉토리를 열지못했습니다.

'; + } + + $cnt=0; + echo ''.PHP_EOL; + echo '

썸네일 '.$cnt.'건의 삭제가 완료됐습니다.
프로그램의 실행을 끝마치셔도 좋습니다.

'.PHP_EOL; + ?> +
+ + \ No newline at end of file