Last active
August 29, 2015 14:21
-
-
Save gitaeks/b03a3498503740355b78 to your computer and use it in GitHub Desktop.
login/logout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <?php if($my['uid']):?> | |
| <li><a href="<?php echo $g['s']?>/?r=<?php echo $r?>&a=logout">로그아웃</a></li> | |
| <?php else:?> | |
| <li><a href="<?php echo RW('mod=login')?>">로그인</a></li> | |
| <?php endif?> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment