summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/wp-settings.php b/wp-settings.php
index 0f39503..b55f585 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -343,6 +343,8 @@ if( $current_blog->spam == '1' )
* @since 2.5
*/
$wp_default_secret_key = 'put your unique phrase here';
+if( defined( 'SECRET_KEY' ) )
+ $wp_default_secret_key = SECRET_KEY;
/**
* It is possible to define this in wp-config.php