From e35a149c512fea07cc156c2117a57b71564c585f Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 20 Jun 2016 17:33:22 -0700 Subject: [PATCH] Change update mechanism --- wp-config.php | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.47.3