UnknownSec Bypass
403
:
/
var
/
www
/
jpsagrisolution
/
cpanel
/
product_images
/
xryukz_sym
/
root
/
usr
/
share
/
perl5
/
Debconf
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
TmpFile.pm
#!/usr/bin/perl # This file was preprocessed, do not edit! package Debconf::TmpFile; use strict; use IO::File; use Fcntl; use File::Temp; my $filename; sub open { my $fh; # will be autovivified my $ext=shift || ''; ($fh, $filename) = File::Temp::tempfile(SUFFIX => $ext); return $fh; } sub filename { return $filename; } sub cleanup { unlink $filename; } 1
Copyright © 2025 - UnknownSec