📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 15:21:36
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
wp-file-manager
/
lib
/
php
/
editors
/
ZipArchive
✏️
Editing: editor.php
<?php class elFinderEditorZipArchive extends elFinderEditor { public function enabled() { return (!defined('ELFINDER_DISABLE_ZIPEDITOR') || !ELFINDER_DISABLE_ZIPEDITOR) && class_exists('Barryvdh\elFinderFlysystemDriver\Driver') && class_exists('League\Flysystem\Filesystem') && class_exists('League\Flysystem\ZipArchive\ZipArchiveAdapter'); } }
💾 Save Changes
❌ Cancel