- 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
@@ -105,10 +105,10 @@ for($i=0; $i < $gencount; $i++) {
</tr>
<tr>
<td valign=top>
<?php MyLog($gen, 24); ?>
<?=getGenLogRecent($gen, 24)?>
</td>
<td valign=top>
<?php MyBatLog($gen, 24); ?>
<?=getBatLogRecent($gen, 24)?>
</td>
</tr>
<tr>
@@ -117,10 +117,10 @@ for($i=0; $i < $gencount; $i++) {
</tr>
<tr>
<td valign=top>
<?php MyHistory($connect, $gen); ?>
<?=getGeneralHistoryAll($gen)?>
</td>
<td valign=top>
<?php MyBatRes($gen, 24); ?>
<?=getBatResRecent($gen, 24)?>
</td>
</tr>
</table>