mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Remove debug statement
This commit is contained in:
@@ -134,7 +134,6 @@ function validDomain($domain_name)
|
||||
{
|
||||
exec("sudo pihole -a setdns ".$primaryIP." ".$secondaryIP." ".$extra);
|
||||
$success .= "The DNS settings have been updated";
|
||||
$success = "sudo pihole -a setdns ".$primaryIP." ".$secondaryIP." ".$extra;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user