1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 23:08:07 +00:00

Add notice that the user might have to flush his DNS cache

This commit is contained in:
DL6ER 2016-12-30 12:27:33 +00:00
parent 09bfa2ef77
commit 09bbc81470

View File

@ -132,7 +132,7 @@ if($uri == "/")
{
// Reload page after 5 seconds
setTimeout(function(){window.location.reload(1);}, 5000);
$( "#whitelistingoutput" ).html("---> Success <---");
$( "#whitelistingoutput" ).html("---> Success <---<br/>You may have to flush your DNS cache");
}
else
{