Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-file-.../inc
File: system_properties.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
$this->custom_css();
[1] Fix | Delete
?>
[2] Fix | Delete
<div class="wrap fm_systemPropertyWrap">
[3] Fix | Delete
<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>
[4] Fix | Delete
[5] Fix | Delete
<table cellpadding="0" cellspacing="0" class="fm_systemPropertyTbl" style="background:#fff; padding:10px; border-left: 5px solid #09F;">
[6] Fix | Delete
[7] Fix | Delete
<tr>
[8] Fix | Delete
<th><?php _e('PHP version','wp-file-manager'); ?></th>
[9] Fix | Delete
<td><code><?php echo phpversion(); ?></code></td>
[10] Fix | Delete
</tr>
[11] Fix | Delete
[12] Fix | Delete
<tr>
[13] Fix | Delete
<th><?php _e('Maximum file upload size (upload_max_filesize)','wp-file-manager'); ?></th>
[14] Fix | Delete
<td><code><?php echo ini_get('upload_max_filesize'); ?></code></td>
[15] Fix | Delete
</tr>
[16] Fix | Delete
[17] Fix | Delete
<tr>
[18] Fix | Delete
<th><?php _e('Post maximum file upload size (post_max_size)','wp-file-manager'); ?></th>
[19] Fix | Delete
<td><code><?php echo ini_get('post_max_size'); ?></code></td>
[20] Fix | Delete
</tr>
[21] Fix | Delete
[22] Fix | Delete
<tr>
[23] Fix | Delete
<th><?php _e('Memory Limit (memory_limit)','wp-file-manager'); ?></th>
[24] Fix | Delete
<td><code><?php echo ini_get('memory_limit'); ?></code></td>
[25] Fix | Delete
</tr>
[26] Fix | Delete
[27] Fix | Delete
<tr>
[28] Fix | Delete
<th><?php _e('Timeout (max_execution_time)','wp-file-manager'); ?></th>
[29] Fix | Delete
<td><code><?php echo ini_get('max_execution_time'); ?></code></td>
[30] Fix | Delete
</tr>
[31] Fix | Delete
[32] Fix | Delete
<tr>
[33] Fix | Delete
<th><?php _e('Browser and OS (HTTP_USER_AGENT)','wp-file-manager'); ?></th>
[34] Fix | Delete
<td><code><?php echo htmlentities($_SERVER['HTTP_USER_AGENT']); ?></code></td>
[35] Fix | Delete
</tr>
[36] Fix | Delete
[37] Fix | Delete
</table>
[38] Fix | Delete
</div>
[39] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function