Changeset 3990 for trunk/wp-includes/functions.php
- Timestamp:
- 07/06/2006 12:04:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3979 r3990 1013 1013 function wp_proxy_check($ipnum) { 1014 1014 if ( get_option('open_proxy_check') && isset($ipnum) ) { 1015 $ipnum = preg_replace( '/([0-9]{1,3})\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}).*/', '$1', $ipnum ); 1015 1016 $rev_ip = implode( '.', array_reverse( explode( '.', $ipnum ) ) ); 1016 1017 $lookup = $rev_ip . '.sbl-xbl.spamhaus.org.';
Note: See TracChangeset
for help on using the changeset viewer.