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

<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class Typo3 extends MatchResult
{
    public const ID = 'typo3';
    public const NAME = 'TYPO3';
}
Back to Directory File Manager