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

<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class Php extends MatchResult
{
    public const ID = 'php';
    public const NAME = 'PHP';
}
Back to Directory File Manager