summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-settings.php')
-rw-r--r--wp-inst/wp-settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-inst/wp-settings.php b/wp-inst/wp-settings.php
index 14cdbb2..ebe7905 100644
--- a/wp-inst/wp-settings.php
+++ b/wp-inst/wp-settings.php
@@ -253,8 +253,8 @@ if( $is_archived == 'yes' ) {
if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) :
// Used to guarantee unique hash cookies
- $cookiehash = md5(get_settings('siteurl')); // Remove in 1.4
- define('COOKIEHASH', $cookiehash);
+ $cookiehash = ''; // Remove in 1.4
+ define('COOKIEHASH', '');
endif;
if ( !defined('USER_COOKIE') )