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/index/wp-content/plugins/w3-total-cache/inc/mime/other.php
<?php

/**
 * Other mime types
 */
return array(
	'asf|asx|wax|wmv|wmx' => 'video/asf',
	'avi' => 'video/avi',
	'bmp' => 'image/bmp',
	'class' => 'application/java',
	'divx' => 'video/divx',
	'doc|docx' => 'application/msword',
	'eot' => 'application/vnd.ms-fontobject',
	'exe' => 'application/x-msdownload',
	'gif' => 'image/gif',
	'gz|gzip' => 'application/x-gzip',
	'ico' => 'image/x-icon',
	'jpg|jpeg|jpe' => 'image/jpeg',
	'json' => 'application/json',
	'mdb' => 'application/vnd.ms-access',
	'mid|midi' => 'audio/midi',
	'mov|qt' => 'video/quicktime',
	'mp3|m4a' => 'audio/mpeg',
	'mp4|m4v' => 'video/mp4',
	'mpeg|mpg|mpe' => 'video/mpeg',
	'mpp' => 'application/vnd.ms-project',
	'otf' => 'application/x-font-otf',
	'_otf' => 'application/vnd.ms-opentype',
	'odb' => 'application/vnd.oasis.opendocument.database',
	'odc' => 'application/vnd.oasis.opendocument.chart',
	'odf' => 'application/vnd.oasis.opendocument.formula',
	'odg' => 'application/vnd.oasis.opendocument.graphics',
	'odp' => 'application/vnd.oasis.opendocument.presentation',
	'ods' => 'application/vnd.oasis.opendocument.spreadsheet',
	'odt' => 'application/vnd.oasis.opendocument.text',
	'ogg' => 'audio/ogg',
	'pdf' => 'application/pdf',
	'png' => 'image/png',
	'pot|pps|ppt|pptx' => 'application/vnd.ms-powerpoint',
	'ra|ram' => 'audio/x-realaudio',
	'svg|svgz' => 'image/svg+xml',
	'swf' => 'application/x-shockwave-flash',
	'tar' => 'application/x-tar',
	'tif|tiff' => 'image/tiff',
	'ttf|ttc' => 'application/x-font-ttf',
	'_ttf' => 'application/vnd.ms-opentype',
	'wav' => 'audio/wav',
	'wma' => 'audio/wma',
	'wri' => 'application/vnd.ms-write',
	'woff' => 'application/font-woff',
	'woff2' => 'application/font-woff2',
	'xla|xls|xlsx|xlt|xlw' => 'application/vnd.ms-excel',
	'zip' => 'application/zip'
);