Make WordPress Core

Changeset 7947


Ignore:
Timestamp:
05/18/2008 08:06:31 PM (17 years ago)
Author:
ryan
Message:

Check WP_INSTALLING when setting cookiehash. Props DD32. fixes #6990

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r7913 r7947  
    269269require (ABSPATH . WPINC . '/media.php');
    270270
    271 if (strpos($_SERVER['PHP_SELF'], 'install.php') === false) {
     271if ( ! defined('WP_INSTALLING') ) {
    272272    // Used to guarantee unique hash cookies
    273273    $cookiehash = md5(get_option('siteurl'));
Note: See TracChangeset for help on using the changeset viewer.