]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-config.php
Wordpress 2.5.1-scripts
[autoinstalls/wordpress.git] / wp-config.php
index cec77f2227de851fff8556eb6db714dfa3c3f069..8f40f3ba6b9e8b532cb9b5c7e9ae26d391a6a4bf 100644 (file)
@@ -7,6 +7,11 @@ define('DB_HOST', WIZARD_DBSERVER);    // 99% chance you won't need to change th
 define('DB_CHARSET', 'utf8');\r
 define('DB_COLLATE', '');\r
 \r
+// Change SECRET_KEY to a unique phrase.  You won't have to remember it later,\r
+// so make it long and complicated.  You can visit http://api.wordpress.org/secret-key/1.0/\r
+// to get a secret key generated for you, or just make something up.\r
+define('SECRET_KEY', WIZARD_SECRETKEY); // Change this to a unique phrase.\r
+\r
 // You can have multiple installations in one database if you give each a unique prefix\r
 $table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!\r
 \r