From 09bbc81470a7bc32e222cb6e6a4c7391b5fd1fed Mon Sep 17 00:00:00 2001
From: DL6ER <dl6er@dl6er.de>
Date: Fri, 30 Dec 2016 12:27:33 +0000
Subject: [PATCH] Add notice that the user might have to flush his DNS cache

---
 advanced/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/advanced/index.php b/advanced/index.php
index a36b65d4..8b816f1c 100644
--- a/advanced/index.php
+++ b/advanced/index.php
@@ -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
 			{