mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-25 10:20:22 +00:00
Allow DB salt to be overridden by SECRET_SALT. Add a filter to wp_salt(). see #5367
git-svn-id: https://develop.svn.wordpress.org/trunk@6478 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -9,8 +9,8 @@ define('DB_COLLATE', '');
|
||||
|
||||
// Change SECRET_KEY to a unique phrase. You won't have to remember it later,
|
||||
// so make it long and complicated. You can visit https://www.grc.com/passwords.htm
|
||||
// to get a phrase generated for you.
|
||||
define('SECRET_KEY', ''); // Change this to a unique phrase.
|
||||
// to get a phrase generated for you, or just make something up.
|
||||
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
|
||||
|
||||
// You can have multiple installations in one database if you give each a unique prefix
|
||||
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
|
||||
|
||||
Reference in New Issue
Block a user