Changeset 6478 for trunk/wp-config-sample.php
- Timestamp:
- 12/24/2007 06:34:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config-sample.php
r6471 r6478 10 10 // Change SECRET_KEY to a unique phrase. You won't have to remember it later, 11 11 // so make it long and complicated. You can visit https://www.grc.com/passwords.htm 12 // to get a phrase generated for you .13 define('SECRET_KEY', ' '); // Change this to a unique phrase.12 // to get a phrase generated for you, or just make something up. 13 define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase. 14 14 15 15 // You can have multiple installations in one database if you give each a unique prefix
Note: See TracChangeset
for help on using the changeset viewer.