????

Your IP : 18.118.37.224


Current Path : /home/multihiv/www/store/wp-content/plugins/fileorganizer/manager/php/editors/ZipArchive/
Upload File :
Current File : /home/multihiv/www/store/wp-content/plugins/fileorganizer/manager/php/editors/ZipArchive/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');
    }
}