HEX
Server: Apache
System: Linux web2213.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: clinicamaciel (596848)
PHP: 7.3.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/clinicamaciel/www/wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php
<?php
namespace W3TC;

class Cdn_ConfigLabels {
	public function config_labels( $config_labels ) {
		return array_merge( $config_labels, array(
				'cdn.enabled' => __( '<acronym title="Content Delivery Network">CDN</acronym>:', 'w3-total-cache' ),
				'cdn.engine' => __( '<acronym title="Content Delivery Network">CDN</acronym> Type:', 'w3-total-cache' ),
				'cdn.debug' => __( '<acronym title="Content Delivery Network">CDN</acronym>', 'w3-total-cache' ),
				'cdnfsd.debug' => __( '<acronym title="Full Site Delivery">FSD</acronym> <acronym title="Content Delivery Network">CDN</acronym>', 'w3-total-cache' ),
				'cdn.uploads.enable' => __( 'Host attachments', 'w3-total-cache' ),
				'cdn.includes.enable' => __( 'Host wp-includes/ files', 'w3-total-cache' ),
				'cdn.theme.enable' => __( 'Host theme files', 'w3-total-cache' ),
				'cdn.minify.enable' => __( 'Host minified <acronym title="Cascading Style Sheet">CSS</acronym> and <acronym title="JavaScript">JS</acronym> files', 'w3-total-cache' ),
				'cdn.custom.enable' => __( 'Host custom files', 'w3-total-cache' ),
				'cdn.force.rewrite' => __( 'Force over-writing of existing files', 'w3-total-cache' ),
				'cdn.import.external' => __( 'Import external media library attachments', 'w3-total-cache' ),
				'cdn.canonical_header' => __( 'Add canonical header', 'w3-total-cache' ),
				'cdn.reject.ssl' => __( 'Disable <acronym title="Content Delivery Network">CDN</acronym> on <acronym title="Secure Sockets Layer">SSL</acronym> pages', 'w3-total-cache' ),
				'cdn.admin.media_library' => __( 'Use <acronym title="Content Delivery Network">CDN</acronym> links for the Media Library on admin pages', 'w3-total-cache' ),
				'cdn.reject.logged_roles' => __( 'Disable <acronym title="Content Delivery Network">CDN</acronym> for the following roles', 'w3-total-cache' ),
				'cdn.reject.uri' => __( 'Disable <acronym title="Content Delivery Network">CDN</acronym> on the following pages:', 'w3-total-cache' ),
				'cdn.autoupload.enabled' => __( 'Export changed files automatically', 'w3-total-cache' ),
				'cdn.autoupload.interval' => __( 'Auto upload interval:', 'w3-total-cache' ),
				'cdn.queue.interval' => __( 'Re-transfer cycle interval:', 'w3-total-cache' ),
				'cdn.queue.limit' => __( 'Re-transfer cycle limit:', 'w3-total-cache' ),
				'cdn.includes.files' => __( 'wp-includes file types to upload:', 'w3-total-cache' ),
				'cdn.theme.files' => __( 'Theme file types to upload:', 'w3-total-cache' ),
				'cdn.import.files' => __( 'File types to import:', 'w3-total-cache' ),
				'cdn.custom.files' => __( 'Custom file list:', 'w3-total-cache' ),
				'cdn.rscf.location' => __( 'Location:', 'w3-total-cache' ),
				'cdn.reject.ua' => __( 'Rejected user agents:', 'w3-total-cache' ),
				'cdn.reject.files' => __( 'Rejected files:', 'w3-total-cache' ),
			) );
	}
}