From 06cc3ca550f38ff2fa20c38fb706659bcc826778 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 2 Jan 2017 16:33:27 +0100 Subject: [PATCH] Logout -> Go to Settings page instead of Main page (will show log in page again) --- scripts/pi-hole/php/header.php | 2 +- scripts/pi-hole/php/loginpage.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php index c889ab24..30223124 100644 --- a/scripts/pi-hole/php/header.php +++ b/scripts/pi-hole/php/header.php @@ -442,7 +442,7 @@ // Show Logout button if $auth is set and authorization is required if(strlen($pwhash) > 0) { ?>
  • - + Logout
  • diff --git a/scripts/pi-hole/php/loginpage.php b/scripts/pi-hole/php/loginpage.php index a41f8ae8..34235db0 100644 --- a/scripts/pi-hole/php/loginpage.php +++ b/scripts/pi-hole/php/loginpage.php @@ -21,8 +21,8 @@
      -
    • Return → Log in and go to Main page
    • -
    • Ctrl+Return → Log in and go to Settings page
    • +
    • Return → Log in and go to Main page
    • +
    • Ctrl+Return → Log in and go to Settings page