Changeset 2524:4ce965db4e7d
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.linkslookup.php
r2522 r2524 50 50 if ($i == 0) { 51 51 // "domain" is 1 word long, don't check it 52 return false;52 return null; 53 53 } 54 54 $host = $domain_elem[$i];
Note: See TracChangeset
for help on using the changeset viewer.