- history, log 관련 함수들을 일괄 변경

- 접속 장소(conmsg) 장소 제거
This commit is contained in:
2018-04-01 22:43:14 +09:00
parent 97c6904918
commit 4fab99b946
29 changed files with 269 additions and 418 deletions
+4 -4
View File
@@ -91,10 +91,10 @@ function go(type) {
</tr>
<tr>
<td valign=top>
<?php MyLog($me['no'], 24); ?>
<?=getGenLogRecent($me['no'], 24)?>
</td>
<td valign=top>
<?php MyBatLog($me['no'], 24); ?>
<?=getBatLogRecent($me['no'], 24)?>
</td>
</tr>
<tr>
@@ -103,10 +103,10 @@ function go(type) {
</tr>
<tr>
<td valign=top>
<?php MyHistory($connect, $me['no']); ?>
<?=getGeneralHistoryAll($me['no'])?>
</td>
<td valign=top>
<?php MyBatRes($me['no'], 24); ?>
<?=getBatResRecent($me['no'], 24)?>
</td>
</tr>
</table>