1
0
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:
billz 2020-09-20 07:38:21 +01:00
parent 5a62436d84
commit 9b02fc5b27

View File

@ -27,7 +27,6 @@ function DisplayAdBlockConfig()
foreach ($lines as $line) {
$ip_host = preg_split('/\s+/', $line);
$index++;
//echo $host[1] . '<br>';
if (!filter_var($ip_host[0], FILTER_VALIDATE_IP)) {
$errors .= _('Invalid custom IP address found on line '.$index);
break;