Ticket #3210: 3210.patch
| File 3210.patch, 442 bytes (added by foolswisdom, 6 years ago) |
|---|
-
wp-settings.php
171 171 172 172 if (!strstr($_SERVER['PHP_SELF'], 'install.php')) : 173 173 // Used to guarantee unique hash cookies 174 $cookiehash = md5(get_option('siteurl')); // Remove in 1.4174 $cookiehash = md5(get_option('siteurl')); 175 175 define('COOKIEHASH', $cookiehash); 176 176 endif; 177 177
