From a85539aed02fa53ebb431deea11d9f48b5bad549 Mon Sep 17 00:00:00 2001 From: Xavier Leune Date: Sat, 4 Oct 2025 13:53:18 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20des=20mises=20=C3=A0=20jou?= =?UTF-8?q?r=20automatique=20et=20de=20la=20modification=20de=20fichiers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/config/wp-config.php | 6 ++++++ 1 file changed, 6 insertions(+) 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);