mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Display which page will be shown when hitting Return + Logout always goes to the very same URL
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user