ZerethShell
File Manager
SQL Manager
/
proc
/
556757
/
root
/
opt
/
cpanel
/
ea-wappspector
/
bin
wappspector.php
#!/usr/bin/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();
Kaydet
Vazgeç