Skip to content

Instantly share code, notes, and snippets.

@gitaeks
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save gitaeks/b03a3498503740355b78 to your computer and use it in GitHub Desktop.

Select an option

Save gitaeks/b03a3498503740355b78 to your computer and use it in GitHub Desktop.
login/logout
<ul>
<?php if($my['uid']):?>
<li><a href="<?php echo $g['s']?>/?r=<?php echo $r?>&amp;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