From 4748e6d4b7662c6936716ba2fac7c209d306a57f Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 8 Apr 2013 16:29:31 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=BA=A1=EC=B1=A0=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EC=9D=98=20=EC=82=AD=EC=A0=9C=EB=A5=BC=20=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=EC=9D=B4=20=EC=95=84=EB=8B=8C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=EB=90=9C=20=EC=8B=9C=EA=B0=84=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/gcaptcha_file_delete.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/gcaptcha_file_delete.php b/adm/gcaptcha_file_delete.php index 8c6db74a0..3a9930550 100644 --- a/adm/gcaptcha_file_delete.php +++ b/adm/gcaptcha_file_delete.php @@ -27,9 +27,9 @@ include_once('./admin.head.php'); if (is_array($files)) { $before_time = G4_SERVER_TIME - 3600; // 한시간전 foreach ($files as $gcaptcha_file) { - $access_time = fileatime($gcaptcha_file); // 파일접근시간 + $modification_time = filemtime($gcaptcha_file); // 파일접근시간 - if ($access_time > $before_time) continue; + if ($modification_time > $before_time) continue; $cnt++; unlink($gcaptcha_file); From 2626b61133844119770b01c2a6166034ad9632dc Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 8 Apr 2013 16:31:24 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EA=B7=B8=EB=88=84=EB=B3=B4=EB=93=9C4S=20?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EA=B7=B8=EB=88=84=EB=B3=B4=EB=93=9C4s=20?= =?UTF-8?q?=EC=86=8C=EB=AC=B8=EC=9E=90=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.php b/common.php index 3540a3805..f816f4ade 100644 --- a/common.php +++ b/common.php @@ -102,7 +102,7 @@ if (file_exists($dbconfig_file)) { -오류! 그누보드4S 설치하기 +오류! 그누보드4s 설치하기