Make WordPress Core


Ignore:
Timestamp:
05/31/2006 05:01:09 AM (20 years ago)
Author:
ryan
Message:

wp_hash(), wp_salt(), and server secret.

File:
1 edited

Legend:

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

    r3453 r3813  
    230230        add_option('upload_path', 'wp-content/uploads');
    231231    }
     232   
     233    // 2.0.3
     234    add_option('secret', md5(uniqid(microtime())));
    232235
    233236    // Delete unused options
Note: See TracChangeset for help on using the changeset viewer.