mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
Disply that the privacy level wasn't changed when this is the case.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -702,10 +702,14 @@ function readAdlists()
|
||||
exec("sudo pihole -a restartdns");
|
||||
$success .= "The privacy level has been decreased and the DNS resolver has been restarted";
|
||||
}
|
||||
else
|
||||
elseif($privacylevel < $level)
|
||||
{
|
||||
$success .= "The privacy level has been increased";
|
||||
}
|
||||
else
|
||||
{
|
||||
$success .= "The privacy level has been not been changed";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user