File manager - Edit - /usr/local/cpanel/bin/show_appconfig
Back
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - bin/show_appconfig Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited package scripts::show_appconfig; use strict; use Cpanel::AppConfig (); use Cpanel::YAML (); run() unless caller; sub run { print Cpanel::YAML::Dump( scalar Cpanel::AppConfig::get_application_list() ); return; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings