mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Pass true/false to backend
This commit is contained in:
@@ -357,11 +357,11 @@ function validDomain($domain_name)
|
||||
|
||||
if(isset($_POST["useIPv6"]))
|
||||
{
|
||||
$ipv6 = "useIPv6";
|
||||
$ipv6 = "true";
|
||||
}
|
||||
else
|
||||
{
|
||||
$ipv6 = "noIPv6";
|
||||
$ipv6 = "false";
|
||||
}
|
||||
|
||||
if(!strlen($error))
|
||||
|
||||
Reference in New Issue
Block a user