Commit f14a77ea by 朱继来

退出登录后加上redirect

parent af71e07f
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@
<div class="media-body">
<strong class="font-bold" style="color:#FFF" >{{ $username }}</strong>
<div class="actions">
<a href="{{ Config::get('website.login')['logout'] }}"><i class="fa fa-sign-out"></i><span class="nav-label">Log out<span></a>
<a href="{{ Config::get('website.login')['logout'].'?redirect='.URL::current() }}"><i class="fa fa-sign-out"></i><span class="nav-label">Log out<span></a>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment