MOON
Server: Apache
System: Linux cloud.squadinventive.com 3.10.0-1160.119.1.el7.tuxcare.els5.x86_64 #1 SMP Fri Sep 6 06:34:34 UTC 2024 x86_64
User: wpk54ozo (1047)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //usr/share/perl5/URI/https.pm
package URI::https;
require URI::http;
@ISA=qw(URI::http);

sub default_port { 443 }

sub secure { 1 }

1;