shell bypass 403
Cubjrnet7 Shell
: /home/eklavya/public_html_old/administrator/components/com_akeebabackup/vendor/akeeba/s3/ [ drwxr-xr-x ]
<?php
declare(strict_types=1);
return \Rector\Config\RectorConfig::configure()
->withPaths([
__DIR__ . '/src',
])
->withPhpVersion(Rector\ValueObject\PhpVersion::PHP_84)
->withRules([
Rector\Php84\Rector\Param\ExplicitNullableParamTypeRector::class,
]);