mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Adding token for /logout/
This commit is contained in:
parent
5a6977660c
commit
9a746ea484
8 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@
|
|||
<!-- /.l-menu -->
|
||||
<div class="l-profile">
|
||||
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
|
||||
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
|
||||
<a class="l-profile__logout" href="/logout/?token=<?=$_SESSION['token']?>"> <?=__('Log out')?> </a>
|
||||
</div>
|
||||
<!-- /.l-profile -->
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue