]> _ Git - couzy.git/commitdiff
Disable WordPress automatic background updates. WIP #1234 @0:05
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 14 Mar 2017 10:40:47 +0000 (10:40 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 14 Mar 2017 10:40:47 +0000 (10:40 +0000)
pavillonmadeleine.fr/wp-config.php

index b97bcc9f95fb4b86de120729b698e63b4cc3d28b..346a7e0fd59139c99cda4b9dbaa825e44691495c 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+// Until we can trust WordPress to securely sign their automatic updates, this will be disabled
+define('AUTOMATIC_UPDATER_DISABLED', true);
+
 // No file editors in the dashboard
 define('DISALLOW_FILE_EDIT', true);