MOON
Server: Apache
System: Linux srvsg2.lunchactually.com 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64
User: matchmakinginsti (1004)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //opt/cpanel/ea-wappspector/bin/wappspector.php
#!/usr/bin/env php
<?php
require __DIR__ . '/../vendor/autoload.php';

use Plesk\Wappspector\DIContainer;
use Symfony\Component\Console\Application;

$diContainer = DIContainer::build();

$app = $diContainer->get(Application::class);

$app->run();