Current Path :
/
opt
/
cpanel
/
ea-wappspector
/
src
/
MatchResult
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/cpanel/ea-wappspector/src/MatchResult/CodeIgniter.php
<?php declare(strict_types=1); namespace Plesk\Wappspector\MatchResult; class CodeIgniter extends MatchResult { public const ID = 'codeigniter'; public const NAME = 'CodeIgniter'; }