From: Zachary Vance Date: Tue, 21 Jun 2016 00:33:22 +0000 (-0700) Subject: Change update mechanism X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=e35a149c512fea07cc156c2117a57b71564c585f;p=za3k_blog.git Change update mechanism --- diff --git a/wp-config.php b/wp-config.php index 89a5f1b..0605524 100644 --- a/wp-config.php +++ b/wp-config.php @@ -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. */