golden hour
/var/www/html/wp-content/plugins/filester/includes/File_manager/lib/php/editors/ZipArchive
⬆️ Go Up
Upload
File/Folder
Size
Actions
editor.php
401 B
Del
OK
Edit: 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