File manager - Edit - /usr/local/cpanel/bin/get_config_value
Back
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - bin/get_config_value 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 use strict; use Cpanel::Config::LoadCpConf (); if ( !@ARGV ) { die "No configuration parameter specified\n"; } my $conf_ref = Cpanel::Config::LoadCpConf::loadcpconf(); my $item = $ARGV[0]; if ( exists $conf_ref->{$item} && defined $conf_ref->{$item} ) { print $conf_ref->{$item}; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings