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:
DL6ER
2018-11-10 08:40:05 +01:00
parent 8c08ec2a10
commit ba11c7b394

View File

@@ -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
{