| Current Path : /proc/thread-self/root/opt/cpanel/ea-wappspector/src/MatchResult/ |
| Current File : //proc/thread-self/root/opt/cpanel/ea-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';
}