관리자: 세션파일일괄삭제 작업 중, 미완
This commit is contained in:
@ -7,8 +7,17 @@ if ($is_admin != "super")
|
||||
|
||||
$g4['title'] = "세션파일 일괄삭제";
|
||||
include_once("./admin.head.php");
|
||||
echo "'완료' 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오.<br><br>";
|
||||
echo "<span id='ct'></span>";
|
||||
?>
|
||||
|
||||
<div id="session_del">
|
||||
<p>
|
||||
완료 메세지가 나오기 전에 프로그램의 실행을 중지하지 마십시오.
|
||||
<p>
|
||||
<span id="ct">
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<?
|
||||
include_once("./admin.tail.php");
|
||||
flush();
|
||||
|
||||
@ -42,5 +51,5 @@ while($file=readdir($dir)) {
|
||||
echo "<script>document.getElementById('ct').innerHTML = '';</script>\n";
|
||||
}
|
||||
}
|
||||
echo "<script>document.getElementById('ct').innerHTML += '<br><br>세션데이터 {$cnt}건 삭제 완료.<br><br>프로그램의 실행을 끝마치셔도 좋습니다.';</script>\n";
|
||||
?>
|
||||
echo "<script>document.getElementById('ct').innerHTML += '세션데이터 {$cnt}건 삭제 완료.<br><br>프로그램의 실행을 끝마치셔도 좋습니다.';</script>\n";
|
||||
?>
|
||||
|
||||
@ -147,8 +147,9 @@ td {padding:10px}
|
||||
.visit_bar {position:relative}
|
||||
.visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#ddd}
|
||||
|
||||
/* 메일 테스트 */
|
||||
#fsendmailtest p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff;font-size:0.75em}
|
||||
/* 메일 테스트, 세션파일일괄삭제 */
|
||||
#fsendmailtest p,
|
||||
#session_del p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff;font-size:0.75em}
|
||||
|
||||
/* pagination */
|
||||
.pg {clear:both;margin:0 0 10px;padding-top:20px;font-size:0.75em;text-align:center}
|
||||
|
||||
Reference in New Issue
Block a user