* MAW-863: environment cleanup
* MAW-863: plugin install(vwo) * MAW-869: Disable Auto-Update
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
define( 'WP_CACHE', true ); // Added by WP Rocket
|
||||
|
||||
if ( file_exists( dirname( __FILE__ ) . '/wp-config-local.php' ) ) {
|
||||
include( dirname( __FILE__ ) . '/wp-config-local.php' );
|
||||
@@ -30,6 +29,7 @@ define('RT_WP_NGINX_HELPER_CACHE_PATH','/usr/share/nginx/subdomain/www/wp-conten
|
||||
$table_prefix = 'wp_xygy_';
|
||||
}
|
||||
|
||||
define( 'WP_AUTO_UPDATE_CORE', false);
|
||||
|
||||
/**
|
||||
* For developers: WordPress debugging mode.
|
||||
|
||||
Reference in New Issue
Block a user