webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
portal.aminikamanpower.com
/
vendor
/
phpunit
/
php-code-coverage
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Driver
--
ren
Exception
--
ren
Node
--
ren
Report
--
ren
CodeCoverage.php
28.595KB
edt
ren
Filter.php
4.105KB
edt
ren
Util.php
0.825KB
edt
ren
Version.php
0.669KB
edt
ren
<?php /* * This file is part of the php-code-coverage package. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\CodeCoverage; use SebastianBergmann\Version as VersionId; final class Version { /** * @var string */ private static $version; public static function id(): string { if (self::$version === null) { $version = new VersionId('6.1.4', \dirname(__DIR__)); self::$version = $version->getVersion(); } return self::$version; } }