@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod2 6.12.0-107.59.3.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 10:16:59 PST 2025 x86_64
Current Path :
/
usr
/
local
/
lib
/
perl5
/
URI
/
Path :
Upload File :
New :
File
Dir
//usr/local/lib/perl5/URI/https.pm
package URI::https; use strict; use warnings; our $VERSION = '5.06'; use parent 'URI::http'; sub default_port { 443 } sub secure { 1 } 1;