mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
Whitelisting withOUT password not supported
*White*listing with password not supported should be: *White*listing without password not supported in my opinion.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user