Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
smaker committed Apr 7, 2019
1 parent 0108292 commit d2d51f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<module version="0.2">
<title xml:lang="ko">로그인 기록</title>
<description xml:lang="ko">로그인 시 접속한 IP와 시간, 접속 환경을 기록하는 모듈입니다.</description>
<version>1.4.4</version>
<date>2018-06-03</date>
<version>1.5.0</version>
<date>2019-04-07</date>
<category>member</category>

<author link="https://github.com/xe-public/xe-module-loginlog">
Expand Down
4 changes: 2 additions & 2 deletions tpl/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h1>{$lang->loginlog}</h1>
<li class="x_active"|cond="$act == 'dispLoginlogAdminList'">
<a href="{getUrl('', 'module', 'admin', 'act', 'dispLoginlogAdminList')}">{$lang->loginlog_list}</a>
</li>
<li class="x_active"|cond="$act == 'dispLoginlogAdminMultipleConnectionList'">
<!--//<li class="x_active"|cond="$act == 'dispLoginlogAdminMultipleConnectionList'">
<a href="{getUrl('', 'module', 'admin', 'act', 'dispLoginlogAdminMultipleConnectionList')}">{$lang->multiple_connection}</a>
</li>
</li>-->
<li class="x_active"|cond="$act == 'dispLoginlogAdminArrange'">
<a href="{getUrl('', 'module', 'admin', 'act', 'dispLoginlogAdminArrange')}">{$lang->arrange_loginlog}</a>
</li>
Expand Down

0 comments on commit d2d51f6

Please sign in to comment.