X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/src/MatchResult
opt
/
cpanel
/
ea-wappspector
/
src
/
MatchResult
/
??
..
??
CakePHP.php
(182 B)
??
CodeIgniter.php
(194 B)
??
Composer.php
(185 B)
??
DotNet.php
(177 B)
??
Drupal.php
(179 B)
??
Duda.php
(176 B)
??
EmptyMatchResult.php
(512 B)
??
Joomla.php
(180 B)
??
Laravel.php
(182 B)
??
MatchResult.php
(2.68 KB)
??
MatchResultInterface.php
(427 B)
??
NodeJs.php
(180 B)
??
Php.php
(170 B)
??
Prestashop.php
(191 B)
??
Python.php
(179 B)
??
Ruby.php
(173 B)
??
Sitejet.php
(182 B)
??
Siteplus.php
(185 B)
??
Sitepro.php
(183 B)
??
Symfony.php
(182 B)
??
Typo3.php
(176 B)
??
WebPresenceBuilder.php
(215 B)
??
Wordpress.php
(188 B)
??
Yii.php
(170 B)
Editing: EmptyMatchResult.php
<?php declare(strict_types=1); namespace Plesk\Wappspector\MatchResult; class EmptyMatchResult implements MatchResultInterface { public function getId(): string { return 'unknown'; } public function getName(): string { return 'Unknown'; } public function getPath(): string { return ''; } public function getVersion(): ?string { return null; } public function getApplication(): ?string { return null; } }
Upload File
Create Folder