File manager - Edit - /usr/local/cpanel/bin/gzip-wrapper
Back
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - bin/gzip-wrapper 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::Gzip::Config (); my $config = Cpanel::Gzip::Config->load(); my @command = $config->command(); -x $config->{'bin'} or die("Binary ($config->{'bin'}) not available"); exec( @command, @ARGV ) or die("Failed to exec: @command: $!");
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings