- 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
+3 -3
View File
@@ -116,7 +116,7 @@ for($i=0; $i < $gencount; $i++) {
<?php generalInfo($connect, $gen); generalInfo2($connect, $gen); ?>
</td>
<td valign=top>
<?php MyHistory($connect, $gen); ?>
<?=getGeneralHistoryAll($gen)?>
</td>
</tr>
<tr>
@@ -125,10 +125,10 @@ for($i=0; $i < $gencount; $i++) {
</tr>
<tr>
<td valign=top>
<?php MyBatLog($gen, 24); ?>
<?=getBatLogRecent($gen, 24)?>
</td>
<td valign=top>
<?php MyBatRes($gen, 24); ?>
<?=getBatResRecent($gen, 24)?>
</td>
</tr>
</table>