Make WordPress Core


Ignore:
Timestamp:
07/04/2006 09:41:00 PM (19 years ago)
Author:
ryan
Message:

Update RBL site and turn open proxy check off by default. Props Nazgul. fixes #2821

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-schema.php

    r3885 r3960  
    207207    add_option('blacklist_keys');
    208208    add_option('comment_registration', 0);
    209     add_option('open_proxy_check', 1);
     209    add_option('open_proxy_check', 0);
    210210    add_option('rss_language', 'en');
    211211    add_option('html_type', 'text/html');
Note: See TracChangeset for help on using the changeset viewer.