From: Stephen Cameron Date: Mon, 21 Mar 2022 11:43:05 +0000 (+1000) Subject: Allow updates and new plugin installation from the WordPress dashboard. Done #5167... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;ds=inline;p=usines-reunies.git Allow updates and new plugin installation from the WordPress dashboard. Done #5167 @0.5 --- diff --git a/config/application.php b/config/application.php index 5253eca..de828df 100644 --- a/config/application.php +++ b/config/application.php @@ -95,8 +95,8 @@ Config::define('AUTOMATIC_UPDATER_DISABLED', true); Config::define('DISABLE_WP_CRON', env('DISABLE_WP_CRON') ?: false); // Disable the plugin and theme file editor in the admin Config::define('DISALLOW_FILE_EDIT', true); -// Disable plugin and theme updates and installation from the admin -Config::define('DISALLOW_FILE_MODS', true); +// Allow plugin and theme updates and installation from the admin +Config::define('DISALLOW_FILE_MODS', false); /** * Debugging Settings