Dashboard
PHP:
8.4.22
OS:
Linux
User:
adsvisc
/
/
home
/
adsvisc
/
www
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
php
/
editors
/
ZipArchive
ð€ Upload
ð New File
ð New Folder
Close
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
Cancel