'; wp_nonce_field('wp-cache'); echo 'Bad Behaviour support is '; if( $cache_badbehaviour == 0 ) { echo 'disabled'; } else { echo 'enabled'; wp_super_cache_disable(); } echo '. (Only half-on caching supported, disabled compression and requires Bad Behaviour in "' . WP_CONTENT_DIR . '/plugins/bad-behavior/") '; if( $cache_badbehaviour == 0 ) { echo ''; } else { echo ''; } echo "\n"; if( $err ) echo "

Warning! $err

"; } add_cacheaction( 'cache_admin_page', 'wp_supercache_badbehaviour_admin' ); ?>