Logout -> Go to Settings page instead of Main page (will show log in page again)

This commit is contained in:
DL6ER
2017-01-02 16:33:27 +01:00
parent b41e4e0a0a
commit 06cc3ca550
2 changed files with 3 additions and 3 deletions

View File

@@ -442,7 +442,7 @@
// Show Logout button if $auth is set and authorization is required
if(strlen($pwhash) > 0) { ?>
<li>
<a href="index.php?logout">
<a href="settings.php?logout">
<i class="fa fa-user-times"></i> <span>Logout</span>
</a>
</li>