HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/shoetique/wp-content/plugins/w3-total-cache25/BrowserCache_ConfigLabels.php
<?php
namespace W3TC;

class BrowserCache_ConfigLabels {
	public function config_labels( $config_labels ) {
		return array_merge( $config_labels, array(
				'browsercache.enabled' => __( 'Browser Cache:', 'w3-total-cache' ),
				'browsercache.replace.exceptions' => __( 'Prevent caching exception list:', 'w3-total-cache' ),
				'browsercache.no404wp' => __( 'Do not process 404 errors for static objects with WordPress', 'w3-total-cache' ),
				'browsercache.no404wp.exceptions' => __( '404 error exception list:', 'w3-total-cache' ),
				'browsercache.cssjs.last_modified' => __( 'Set Last-Modified header', 'w3-total-cache' ),
				'browsercache.cssjs.expires' => __( 'Set expires header', 'w3-total-cache' ),
				'browsercache.cssjs.lifetime' => __( 'Expires header lifetime:', 'w3-total-cache' ),
				'browsercache.cssjs.cache.control' => __( 'Set cache control header', 'w3-total-cache' ),
				'browsercache.cssjs.cache.policy' => __( 'Cache Control policy:', 'w3-total-cache' ),
				'browsercache.cssjs.etag' => __( 'Set entity tag (eTag)', 'w3-total-cache' ),
				'browsercache.cssjs.w3tc' => __( 'Set W3 Total Cache header', 'w3-total-cache' ),
				'browsercache.cssjs.compression' => __( 'Enable <acronym title="Hypertext Transfer Protocol">HTTP</acronym> (gzip) compression', 'w3-total-cache' ),
				'browsercache.cssjs.replace' => __( 'Prevent caching of objects after settings change', 'w3-total-cache' ),
				'browsercache.cssjs.nocookies' => __( 'Disable cookies for static files', 'w3-total-cache' ),
				'browsercache.html.last_modified' => __( 'Set Last-Modified header', 'w3-total-cache' ),
				'browsercache.html.expires' => __( 'Set expires header', 'w3-total-cache' ),
				'browsercache.html.lifetime' => __( 'Expires header lifetime:', 'w3-total-cache' ),
				'browsercache.html.cache.control' => __( 'Set cache control header', 'w3-total-cache' ),
				'browsercache.html.cache.policy' => __( 'Cache Control policy:', 'w3-total-cache' ),
				'browsercache.html.etag' => __( 'Set entity tag (ETag)', 'w3-total-cache' ),
				'browsercache.html.w3tc' => __( 'Set W3 Total Cache header', 'w3-total-cache' ),
				'browsercache.html.compression' => __( 'Enable <acronym title="Hypertext Transfer Protocol">HTTP</acronym> (gzip) compression', 'w3-total-cache' ),
				'browsercache.other.last_modified' => __( 'Set Last-Modified header', 'w3-total-cache' ),
				'browsercache.other.expires' => __( 'Set expires header', 'w3-total-cache' ),
				'browsercache.other.lifetime' => __( 'Expires header lifetime:', 'w3-total-cache' ),
				'browsercache.other.cache.control' => __( 'Set cache control header', 'w3-total-cache' ),
				'browsercache.other.cache.policy' => __( 'Cache Control policy:', 'w3-total-cache' ),
				'browsercache.other.etag' => __( 'Set entity tag (ETag)', 'w3-total-cache' ),
				'browsercache.other.w3tc' => __( 'Set W3 Total Cache header', 'w3-total-cache' ),
				'browsercache.other.compression' => __( 'Enable <acronym title="Hypertext Transfer Protocol">HTTP</acronym> (gzip) compression</label>', 'w3-total-cache' ),
				'browsercache.other.replace' => __( 'Prevent caching of objects after settings change', 'w3-total-cache' ),
				'browsercache.other.nocookies' => __( 'Disable cookies for static files', 'w3-total-cache' )
			) );
	}
}