]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-config-sample.php
Wordpress 2.9.2-scripts
[autoinstalls/wordpress.git] / wp-config-sample.php
index c0013a38433652f7d4941a165dcecd7d360294d7..c884ff0cd7a96eb27b756a6c665c66b5c13f1c86 100644 (file)
@@ -38,6 +38,7 @@ define('DB_COLLATE', '');
  *\r
  * Change these to different unique phrases!\r
  * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}\r
  *\r
  * Change these to different unique phrases!\r
  * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}\r
+ * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.\r
  *\r
  * @since 2.6.0\r
  */\r
  *\r
  * @since 2.6.0\r
  */\r
@@ -67,10 +68,9 @@ define ('WPLANG', '');
 \r
 /* That's all, stop editing! Happy blogging. */\r
 \r
 \r
 /* That's all, stop editing! Happy blogging. */\r
 \r
-/** WordPress absolute path to the Wordpress directory. */\r
+/** Absolute path to the WordPress directory. */\r
 if ( !defined('ABSPATH') )\r
        define('ABSPATH', dirname(__FILE__) . '/');\r
 \r
 /** Sets up WordPress vars and included files. */\r
 require_once(ABSPATH . 'wp-settings.php');\r
 if ( !defined('ABSPATH') )\r
        define('ABSPATH', dirname(__FILE__) . '/');\r
 \r
 /** Sets up WordPress vars and included files. */\r
 require_once(ABSPATH . 'wp-settings.php');\r
-?>\r