| Server IP : 5.144.175.180 / Your IP : 216.73.216.191 Web Server : Apache/2.4.63 (Unix) OpenSSL/1.1.1 System : Linux vpsgpz1.itsimplycom.it 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 User : edilchimica ( ) PHP Version : 7.4.33 Disable Function : getmyuid,passthru,leak,listen,diskfreespace,tmpfile,link,shell_exec,dl,exec,system,highlight_file,source,show_source,fpassthru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix_getppid,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,proc_open,proc_close,proc_nice,proc_terminate,escapeshellcmd,ini_alter,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,symlink,posix_geteuid,ini_alter,socket_listen,socket_create_listen,socket_read,socket_create_pair,stream_socket_server MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/edilchimica/webapps/edilchimica/wp-content/plugins/wp-file-manager/inc/ |
Upload File : |
<?php if ( ! defined( 'ABSPATH' ) ) exit;
$this->custom_css();
?>
<div class="wrap fm_systemPropertyWrap">
<h3 class="fm_headingTitle"><?php _e('File Manager - System Properties','wp-file-manager'); ?> <a href="https://filemanagerpro.io/product/file-manager" class="button button-primary fm_BuyProBtn" target="_blank" title="Click to Buy PRO"><?php _e('Buy PRO', 'wp-file-manager'); ?></a></h3>
<table cellpadding="0" cellspacing="0" class="fm_systemPropertyTbl" style="background:#fff; padding:10px; border-left: 5px solid #09F;">
<tr>
<th><?php _e('PHP version','wp-file-manager'); ?></th>
<td><code><?php echo phpversion(); ?></code></td>
</tr>
<tr>
<th><?php _e('Maximum file upload size (upload_max_filesize)','wp-file-manager'); ?></th>
<td><code><?php echo ini_get('upload_max_filesize'); ?></code></td>
</tr>
<tr>
<th><?php _e('Post maximum file upload size (post_max_size)','wp-file-manager'); ?></th>
<td><code><?php echo ini_get('post_max_size'); ?></code></td>
</tr>
<tr>
<th><?php _e('Memory Limit (memory_limit)','wp-file-manager'); ?></th>
<td><code><?php echo ini_get('memory_limit'); ?></code></td>
</tr>
<tr>
<th><?php _e('Timeout (max_execution_time)','wp-file-manager'); ?></th>
<td><code><?php echo ini_get('max_execution_time'); ?></code></td>
</tr>
<tr>
<th><?php _e('Browser and OS (HTTP_USER_AGENT)','wp-file-manager'); ?></th>
<td><code><?php echo htmlentities($_SERVER['HTTP_USER_AGENT']); ?></code></td>
</tr>
</table>
</div>