From 76891ef43d45cb5df05a3b5f724b0098785c615f Mon Sep 17 00:00:00 2001 From: J den Hartog Date: Sat, 16 Sep 2017 10:39:21 +0200 Subject: [PATCH] Whitelisting withOUT password not supported *White*listing with password not supported should be: *White*listing without password not supported in my opinion. --- scripts/pi-hole/php/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/php/auth.php b/scripts/pi-hole/php/auth.php index 22cb459c..b3fe6a64 100644 --- a/scripts/pi-hole/php/auth.php +++ b/scripts/pi-hole/php/auth.php @@ -146,7 +146,7 @@ function list_verify($type) { require("password.php"); if(strlen($pwhash) == 0) { - log_and_die("No password set - ".htmlspecialchars($type)."listing with password not supported"); + log_and_die("No password set - ".htmlspecialchars($type)."listing without password not supported"); } elseif($wrongpassword) {