Changeset 3959
- Timestamp:
- 07/04/06 21:40:41 (3 years ago)
- Files:
-
- branches/2.0/wp-admin/upgrade-schema.php (modified) (1 diff)
- branches/2.0/wp-includes/functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-admin/upgrade-schema.php
r3813 r3959 212 212 add_option('blacklist_keys'); 213 213 add_option('comment_registration', 0); 214 add_option('open_proxy_check', 1);214 add_option('open_proxy_check', 0); 215 215 add_option('rss_language', 'en'); 216 216 add_option('html_type', 'text/html'); branches/2.0/wp-includes/functions-post.php
r3895 r3959 685 685 if ( get_option('open_proxy_check') && isset($ipnum) ) { 686 686 $rev_ip = implode( '.', array_reverse( explode( '.', $ipnum ) ) ); 687 $lookup = $rev_ip . '. opm.blitzed.org.';687 $lookup = $rev_ip . '.sbl-xbl.spamhaus.org.'; 688 688 if ( $lookup != gethostbyname( $lookup ) ) 689 689 return true;
