Changeset 4452 for trunk/wp-settings.php
- Timestamp:
- 11/08/2006 02:04:54 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4446 r4452 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;
Note: See TracChangeset
for help on using the changeset viewer.