Started adding IP and User agent to audit logs, log when a user logs out, Merged logout into post.php

This commit is contained in:
johnnyq
2021-12-09 16:12:57 -05:00
parent a5a8fbc319
commit f02e94d585
8 changed files with 38 additions and 18 deletions

View File

@@ -58,7 +58,7 @@
<!-- Menu Footer-->
<li class="user-footer">
<a href="settings-user.php" class="btn btn-default btn-flat">Profile</a>
<a href="logout.php" class="btn btn-default btn-flat float-right">Sign out</a>
<a href="post.php?logout" class="btn btn-default btn-flat float-right">Sign out</a>
</li>
</ul>
</li>