PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
nitropack
/
nitropack-sdk
/
vendor
/
nitropack
/
httpclient
/
bin
#!/usr/bin/env php <?php require __DIR__.'/../vendor/autoload.php'; use Symfony\Component\Console\Application; use NitroPack\HttpClient\Commands; $application = new Application(); $application->add(new Commands\PerformanceTestCommand()); $application->run();
[-] .htaccess
[edit]
[-] console
[edit]
[+]
..