- 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
+1 -1
View File
@@ -238,7 +238,7 @@ if(Session::getUserGrade() >= 5) {
</tr>
<tr>
<td width=498 ><?php getGeneralPublicRecordRecent(15); ?></td>
<td width=498 ><?php MyLog($me['no'], 15); ?></td>
<td width=498 ><?=getGenLogRecent($me['no'], 15)?></td>
</tr>
<tr><td width=998 colspan=2 align=center id=bg1><b>중원 정세</b></td></tr>
<tr><td width=998 colspan=2><?php getWorldHistoryRecent(15); ?></td></tr>