芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/public_html/wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php
$value ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended $value = Util_Request::get_string( $key ); if ( substr( $key, 0, $prefixl ) === $prefix ) { $k = substr( $key, $prefixl ); if ( ! empty( $value ) ) { $fp_values[ $k ] = $value; } } } $config->set( 'browsercache.security.fp.values', $fp_values ); } }