]> _ Git - couzy.git/commitdiff
Disable file editing from the dashboard. Remove Wordfence temporary configuration...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 19 Aug 2015 13:36:06 +0000 (13:36 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 19 Aug 2015 13:36:06 +0000 (13:36 +0000)
mdryvescouzy.com/wp-config.php
mdryvescouzy.com/wp-content/plugins/wordfence/tmp/configCache.php [deleted file]

index 2317b47b37f1ef20c65e4bc5d5544eb375e21e1d..972408ead5feb70ba13b7c2f08a9a58cbe26ab54 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+// No file editors in the dashboard
+define('DISALLOW_FILE_EDIT', true);
+
 // Include local configuration
 if (file_exists(dirname(__FILE__) . '/local-config.php')) {
     include(dirname(__FILE__) . '/local-config.php');
diff --git a/mdryvescouzy.com/wp-content/plugins/wordfence/tmp/configCache.php b/mdryvescouzy.com/wp-content/plugins/wordfence/tmp/configCache.php
deleted file mode 100644 (file)
index 170c2bd..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-/* Wordfence temporary file security header */
-echo "Nothing to see here!\n"; exit(0);
-?>a:16:{s:9:"cacheType";s:0:"";s:15:"firewallEnabled";s:1:"1";s:6:"apiKey";s:160:"f7570fef4fa9fc331485ae54a2e717acbc7189ba5fb34898a8f4886dc76b64f6a2b505a0e816fcc5b071393ae91b173c57037b500781bcf2a9842baaa44daa7756eb61a499b3b28841463bfac8796b6a";s:9:"howGetIPs";s:0:"";s:18:"liveTrafficEnabled";s:1:"1";s:14:"disableCookies";s:1:"0";s:17:"actUpdateInterval";s:0:"";s:7:"debugOn";s:1:"0";s:10:"tourClosed";s:1:"1";s:13:"welcomeClosed";s:1:"1";s:14:"wf_scanRunning";s:0:"";s:21:"scheduledScansEnabled";s:1:"1";s:17:"lastScanCompleted";s:2:"ok";s:26:"loginSec_disableAuthorScan";s:1:"1";s:25:"liveTraf_ignorePublishers";s:1:"1";s:19:"other_hideWPVersion";s:1:"1";}
\ No newline at end of file