@@ -33,7 +33,7 @@ |
||
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | $tlds = explode("\n", $root_zone_data); |
| 36 | -$tlds = array_filter($tlds, function ($tld) { |
|
| 36 | +$tlds = array_filter($tlds, function($tld) { |
|
| 37 | 37 | return $tld != ''; |
| 38 | 38 | }); |
| 39 | 39 | |