Changeset 7421 for trunk/wp-includes/class-phpass.php
- Timestamp:
- 03/20/2008 07:56:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpass.php
r6777 r7421 49 49 $this->portable_hashes = $portable_hashes; 50 50 51 $this->random_state = microtime() . getmypid(); 51 $this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE); 52 52 53 } 53 54
Note: See TracChangeset
for help on using the changeset viewer.