mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Remove debug output
This commit is contained in:
parent
5a62436d84
commit
9b02fc5b27
@ -27,7 +27,6 @@ function DisplayAdBlockConfig()
|
|||||||
foreach ($lines as $line) {
|
foreach ($lines as $line) {
|
||||||
$ip_host = preg_split('/\s+/', $line);
|
$ip_host = preg_split('/\s+/', $line);
|
||||||
$index++;
|
$index++;
|
||||||
//echo $host[1] . '<br>';
|
|
||||||
if (!filter_var($ip_host[0], FILTER_VALIDATE_IP)) {
|
if (!filter_var($ip_host[0], FILTER_VALIDATE_IP)) {
|
||||||
$errors .= _('Invalid custom IP address found on line '.$index);
|
$errors .= _('Invalid custom IP address found on line '.$index);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user