Display which page will be shown when hitting Return + Logout always goes to the very same URL

This commit is contained in:
DL6ER
2017-01-02 17:13:54 +01:00
parent 8220c27a20
commit 1438a9d71a
2 changed files with 2 additions and 2 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="settings.php?logout">
<a href="?logout">
<i class="fa fa-user-times"></i> <span>Logout</span>
</a>
</li>

View File

@@ -21,7 +21,7 @@
<div class="row">
<div class="col-xs-8">
<ul>
<li><tt>Return</tt> &rarr; Log in and go to Main page</li>
<li><tt>Return</tt> &rarr; Log in and go to requested page (<?php echo $scriptname; ?>)</li>
<li><tt>Ctrl+Return</tt> &rarr; Log in and go to Settings page</li>
</ul>
</div>