C:\xampp\htdocs\landing\wp-content\plugins\wp-file-manager\lib\php\editors\ZipArchive\editor.php


1
2
3
4
5
6
7
8
9
10
11
12
<?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');
    }
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586