Admin
dashboard
file manager
command
php exec
/
/
opt
/
cpanel
/
ea-wappspector
/
bin
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
wappspector.php
file
244 B
0755
2026-05-04 00:00:00
edit
delete
rename
editing: 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();
save
cancel