Viewing File: /usr/local/cpanel/share/wappspector/src/MatchResult/Sitepro.php

<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class Sitepro extends MatchResult
{
    public const ID = 'sitepro';
    public const NAME = 'Site.pro';
}
Back to Directory File Manager