]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-config-sample.php
Wordpress 2.5.1
[autoinstalls/wordpress.git] / wp-config-sample.php
index 26bf086f5c782cb5c30cdabf86c1edd088af03d9..b59fd048feba3de4b422bb607ca84848dd503f48 100644 (file)
@@ -7,6 +7,11 @@ define('DB_HOST', 'localhost');    // 99% chance you won't need to change this v
 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', 'put your unique phrase here'); // 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