mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Logout -> Go to Settings page instead of Main page (will show log in page again)
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="index.php?logout">
|
||||
<a href="settings.php?logout">
|
||||
<i class="fa fa-user-times"></i> <span>Logout</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-8">
|
||||
<ul>
|
||||
<li>Return → Log in and go to Main page</li>
|
||||
<li>Ctrl+Return → Log in and go to Settings page</li>
|
||||
<li><tt>Return</tt> → Log in and go to Main page</li>
|
||||
<li><tt>Ctrl+Return</tt> → Log in and go to Settings page</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-xs-4">
|
||||
|
||||
Reference in New Issue
Block a user