Changeset 1360:b4bc7f335d38
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.iplookup.php
r1359 r1360 41 41 { 42 42 if (!$ip || long2ip(ip2long($ip)) != $ip) { 43 return false;43 return; 44 44 } 45 45 … … 52 52 } 53 53 } 54 55 return false;56 54 } 57 55
Note: See TracChangeset
for help on using the changeset viewer.