]> _ 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:46:33 +0000 (10:46 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 14 Mar 2017 10:46:33 +0000 (10:46 +0000)
mdryvescouzy.com/wp-config.php

index 7f42a753e83f57446021dfc4726702afc50cf490..4c7974e073af5d0262f920ae6ddc3614a7943d43 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);
+
 // Include local configuration
 if (file_exists(dirname(__FILE__) . '/local-config.php')) {
     include(dirname(__FILE__) . '/local-config.php');