📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 05:17:56
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
php
/
editors
/
ZipArchive
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/wp-file-manager/lib/php/editors/ZipArchive
🔄 Refresh
✏️
Editing: editor.php
Writable
<?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