Changeset 4224
- Timestamp:
- 09/25/2006 01:45:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions-post.php
r3959 r4224 684 684 function wp_proxy_check($ipnum) { 685 685 if ( get_option('open_proxy_check') && isset($ipnum) ) { 686 $ipnum = preg_replace( '/([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}).*/', '$1', $ipnum ); 686 687 $rev_ip = implode( '.', array_reverse( explode( '.', $ipnum ) ) ); 687 688 $lookup = $rev_ip . '.sbl-xbl.spamhaus.org.';
Note: See TracChangeset
for help on using the changeset viewer.