?????????? ????????? - ??????????????? - /home/agenciai/public_html/cd38d8/Ruby.php.tar
???????
opt/cpanel/ea-wappspector/src/Matchers/Ruby.php 0000644 00000001311 15126374006 0015531 0 ustar 00 <?php namespace Plesk\Wappspector\Matchers; use League\Flysystem\Filesystem; use League\Flysystem\FilesystemException; use Plesk\Wappspector\MatchResult\EmptyMatchResult; use Plesk\Wappspector\MatchResult\MatchResultInterface; use Plesk\Wappspector\MatchResult\Ruby as MatchResult; class Ruby implements MatcherInterface { use UpLevelMatcherTrait; private const RAKEFILE = 'Rakefile'; /** * @throws FilesystemException */ protected function doMatch(Filesystem $fs, string $path): MatchResultInterface { if (!$fs->fileExists(rtrim($path, '/') . '/' . self::RAKEFILE)) { return new EmptyMatchResult(); } return new MatchResult($path); } } opt/cpanel/ea-wappspector/src/MatchResult/Ruby.php 0000644 00000000255 15132042007 0016212 0 ustar 00 <?php declare(strict_types=1); namespace Plesk\Wappspector\MatchResult; class Ruby extends MatchResult { public const ID = 'ruby'; public const NAME = 'Ruby'; }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????