From 4a9bea3bb56c85e021ea95bc08314006fdf7945c Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 7 Dec 2013 00:12:04 +0100 Subject: [PATCH] Update wp-config.php --- conf/wp-config.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conf/wp-config.php b/conf/wp-config.php index 5dd55a1..d4d1b26 100644 --- a/conf/wp-config.php +++ b/conf/wp-config.php @@ -9,7 +9,14 @@ define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); // Keys -KEYSTOCHANGE +define('AUTH_KEY', 'KEY1'); +define('SECURE_AUTH_KEY', 'KEY2'); +define('LOGGED_IN_KEY', 'KEY3'); +define('NONCE_KEY', 'KEY4'); +define('AUTH_SALT', 'KEY5'); +define('SECURE_AUTH_SALT', 'KEY6'); +define('LOGGED_IN_SALT', 'KEY7'); +define('NONCE_SALT', 'KEY8'); // Prefix $table_prefix = 'wp_';