• File: editor.php
  • Full Path: /home/blackpussy06/public_html/ba-guo.com.tw/wp-content/plugins/filester/includes/File_manager/lib/php/editors/ZipArchive/editor.php
  • Date Modified: 09/11/2026 3:34 AM
  • File size: 401 bytes
  • MIME-type: text/x-php; charset=us-ascii
  • Charset: utf-8
<?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');
    }
}