접속 로그 삭제 기능 추가

This commit is contained in:
chicpro
2014-02-05 17:59:18 +09:00
parent 2a6f46e820
commit 47c41077d5
4 changed files with 161 additions and 1 deletions

View File

@ -91,7 +91,7 @@ $result = sql_query($sql);
<?php
}
if ($i == 0)
echo '<tr><td colspan="'.$colspan.'" class="empty_table">자료가 없습니다.</td></tr>';
echo '<tr><td colspan="'.$colspan.'" class="empty_table">자료가 없거나 관리자에 의해 삭제되었습니다.</td></tr>';
?>
</tbody>
</table>