File Manager

Path: /opt/cpanel/ea-wappspector/src/MatchResult/

Viewing File: Sitepro.php

<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class Sitepro extends MatchResult
{
    public const ID = 'sitepro';
    public const NAME = 'Site.pro';
}