]> git.za3k.com Git - za3k_blog.git/commitdiff
Change update mechanism
authorZachary Vance <za3k@za3k.com>
Tue, 21 Jun 2016 00:33:22 +0000 (17:33 -0700)
committerZachary Vance <za3k@za3k.com>
Tue, 21 Jun 2016 00:33:22 +0000 (17:33 -0700)
wp-config.php

index 89a5f1b30439a41f7f92aa1768c3443fc8289fbb..06055248602e6f80baffc82b2fdb6c536e324201 100644 (file)
@@ -80,6 +80,9 @@ define('WPLANG', '');
  */
 define('WP_DEBUG', false);
 
+/* Update using the local FS instead of FTP */
+define('FS_METHOD','direct');
+
 /* That's all, stop editing! Happy blogging. */
 
 /** Absolute path to the WordPress directory. */