diff --git a/adm/boardgroupmember_form.php b/adm/boardgroupmember_form.php index 79eab9f96..3db788b2e 100644 --- a/adm/boardgroupmember_form.php +++ b/adm/boardgroupmember_form.php @@ -21,6 +21,7 @@ $colspan = 4;
| 그룹아이디 | 그룹 | 처리일시 | @@ -40,6 +41,7 @@ $colspan = 4; $s_del = '삭제'; ?>|
|---|---|---|---|
| =$row['gr_id']?> | =$row['gr_subject']?> | =$row['gm_datetime']?> | @@ -54,6 +56,10 @@ $colspan = 4; ?>
완료 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오. -
-
-
-flush();
-
-if (!$dir=@opendir(G4_DATA_PATH.'/cache')) {
- echo "최신글 캐시디렉토리를 열지못했습니다.";
-}
-
-$cnt=0;
-while($file=readdir($dir)) {
- if ($file=='.' || $file=='..') continue;
-
- $cache_file = G4_DATA_PATH.'/cache/'.$file;
-
- if (!$atime=@fileatime($cache_file))
- continue;
-
- $cnt++;
- $return = unlink($cache_file);
- //echo "\n";
- echo "{$cache_file}
\n";
-
+
최신글 캐시디렉토리를 열지못했습니다.
"; + } else { + $list_tag_st = "최신글 캐시파일 {$cnt}건 삭제가 완료됐습니다.
프로그램의 실행을 끝마치셔도 좋습니다.
완료 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오. -
- - -flush(); +
-if (!$dir=@opendir(G4_DATA_PATH.'/session')) { - echo "세션 디렉토리를 열지못했습니다."; -} + + flush(); -$cnt=0; -while($file=readdir($dir)) { - - if (!strstr($file,'sess_')) continue; - if (strpos($file,'sess_')!=0) continue; - - $session_file = G4_DATA_PATH.'/session/'.$file; - - if (!$atime=@fileatime($session_file)) { - continue; + $list_tag_st = ""; + $list_tag_end = ""; + if (!$dir=@opendir(G4_DATA_PATH.'/session')) { + echo "세션 디렉토리를 열지못했습니다.
"; + } else { + $list_tag_st = "세션데이터 {$cnt}건 삭제 완료.
프로그램의 실행을 끝마치셔도 좋습니다.