mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
@@ -146,7 +146,7 @@ function list_verify($type) {
|
|||||||
require("password.php");
|
require("password.php");
|
||||||
if($wrongpassword || !$auth)
|
if($wrongpassword || !$auth)
|
||||||
{
|
{
|
||||||
log_and_die("Wrong password - ".htmlspecialchars($type)."listing of ${_POST['domain']} not permitted");
|
log_and_die("Wrong password - ".htmlspecialchars($type)."listing of ".htmlspecialchars($_POST['domain'])." not permitted");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user