/opt/cpanel/ea-wappspector/bin
NameSizeModeActions
wappspector.php8410755editdlrm
Edit: /opt/cpanel/ea-wappspector/bin/wappspector.php (841B)
#!/usr/bin/php get(Application::class); $app->run(); } catch (Throwable $e) { fwrite( STDERR, sprintf( "wappspector: %s: %s in %s on line %d\n", get_class($e), $e->getMessage(), $e->getFile(), $e->getLine() ) ); exit(1); }