📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
31125.29 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: update_latest_public_suffix
#!/usr/local/cpanel/3rdparty/perl/542/bin/perl use strict; use warnings; use IO::Socket::SSL::PublicSuffix (); exit __PACKAGE__->run(@ARGV) unless caller(); sub run { my ( $self, $url ) = @_; IO::Socket::SSL::PublicSuffix::update_self_from_url( $url, 'Latest' ); return 0; } =head1 NAME update_latest_public_suffix - Update IO::Socket::SSL's PublicSuffix list =head1 SYNOPSIS B<update_latest_public_suffix> [url] =head1 DESCRIPTION This module will create a new IO::Socket::SSL::PublicSuffix::Latest from the Public Suffix List at https://publicsuffix.org/list/effective_tld_names.dat unless another url is specified. =cut
Save