Introduce NONCE_SALT and NONCE_KEY

git-svn-id: https://develop.svn.wordpress.org/trunk@10120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-12-07 21:31:13 +00:00
parent f5b4d2bf10
commit f3dd1ef856
2 changed files with 17 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@ define('DB_COLLATE', '');
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');
/**#@-*/
/**