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
+1 -1
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>
+2 -2
View File
@@ -21,8 +21,8 @@
<div class="row">
<div class="col-xs-8">
<ul>
<li>Return &rarr; Log in and go to Main page</li>
<li>Ctrl+Return &rarr; Log in and go to Settings page</li>
<li><tt>Return</tt> &rarr; Log in and go to Main page</li>
<li><tt>Ctrl+Return</tt> &rarr; Log in and go to Settings page</li>
</ul>
</div>
<div class="col-xs-4">