]> _ Git - usines-reunies.git/commitdiff
Allow updates and new plugin installation from the WordPress dashboard. Done #5167... master
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 21 Mar 2022 11:43:05 +0000 (21:43 +1000)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 21 Mar 2022 11:43:05 +0000 (21:43 +1000)
config/application.php

index 5253ecabd909959cedf400fc8fb160c56d784b60..de828df31eebb340d1ea407ea6a73f92f30e7dc6 100644 (file)
@@ -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