summaryrefslogtreecommitdiffstats
path: root/wp-config-sample.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-04 14:37:48 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-04 14:37:48 +0000
commite2238d665f51ad4e37b866c9e0499d9571af0c2f (patch)
tree1dc147d9c39b75dc18cb716213e0f57675097646 /wp-config-sample.php
parentb34249168a364f1eef7806abc65fcdc5304578f1 (diff)
downloadwordpress-mu-e2238d665f51ad4e37b866c9e0499d9571af0c2f.tar.gz
wordpress-mu-e2238d665f51ad4e37b866c9e0499d9571af0c2f.tar.xz
wordpress-mu-e2238d665f51ad4e37b866c9e0499d9571af0c2f.zip
WP Merge with revision 8255
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1350 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r--wp-config-sample.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php
index 72daf8d..fc75fec 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -10,12 +10,14 @@ define('DB_COLLATE', '');
define('VHOST', 'VHOSTSETTING');
$base = 'BASE';
-// Change SECRET_KEY to a unique phrase. You won't have to remember it later,
-// so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/
-// to get a secret key generated for you, or just make something up.
+// Change each KEY to a different unique phrase. You won't have to remember the phrases later,
+// so make them long and complicated. You can visit http://api.wordpress.org/secret-key/1.1/
+// 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('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');
-define('LOGGED_IN_KEY', 'put your unique phrase here');
define('LOGGED_IN_SALT', 'put your unique phrase here');
// double check $base