diff --git a/resources/config/wp-config.php b/resources/config/wp-config.php index d5552c4..e2def25 100644 --- a/resources/config/wp-config.php +++ b/resources/config/wp-config.php @@ -108,3 +108,9 @@ define('FS_METHOD','direct'); +// Automatic updates +define('AUTOMATIC_UPDATER_DISABLED', true); +define('WP_AUTO_UPDATE_CORE', false); + +// Security +define('DISALLOW_FILE_EDIT', true);