🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:compatibility.php
<?php // Exit on direct access if (!defined('ABSPATH')) exit; // Fix PclZip error when php_uname is disabled if (PHP_MAJOR_VERSION >= 8 && !function_exists('php_uname')) { function php_uname() { if (DIRECTORY_SEPARATOR === '/') { return 'linux'; } else return 'windows'; } }
Save Changes
Cancel
Create New File
Create New Folder