mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
@@ -146,7 +146,7 @@ function list_verify($type) {
|
||||
require("password.php");
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user