Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-admin
/
wp-content
/
plugins
/
backup-backup
/
includes
:
compatibility.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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'; } }