summaryrefslogtreecommitdiffstats
path: root/wp-config-sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r--wp-config-sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php
index b622897..199da41 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -15,6 +15,7 @@ $base = 'BASE';
// to get keys generated for you, or just make something up. Each key should have a different phrase.
define('AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
define('SECURE_AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
+define('SECURE_AUTH_SALT', 'put your unique phrase here'); // Change this to a unique phrase.
define('LOGGED_IN_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
define('SECRET_KEY', 'put your unique phrase here'); // Change these to unique phrases.
define('SECRET_SALT', 'put your unique phrase here');