📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.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