webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
psr
/
http-factory
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
RequestFactoryInterface
...
0.487KB
edt
ren
ResponseFactoryInterfac
...
0.533KB
edt
ren
ServerRequestFactoryInt
...
0.905KB
edt
ren
StreamFactoryInterface.php
1.385KB
edt
ren
UploadedFileFactoryInte
...
1.084KB
edt
ren
UriFactoryInterface.php
0.317KB
edt
ren
<?php namespace Psr\Http\Message; interface ResponseFactoryInterface { /** * Create a new response. * * @param int $code HTTP status code; defaults to 200 * @param string $reasonPhrase Reason phrase to associate with status code * in generated response; if none is provided implementations MAY use * the defaults as suggested in the HTTP specification. * * @return ResponseInterface */ public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface; }