One Hat Cyber Team
Your IP :
216.73.216.98
Server IP :
209.145.58.236
Server :
Linux vmi2852635.contaboserver.net 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
perl5
/
URI
/
file
/
Edit File:
QNX.pm
package URI::file::QNX; use strict; use warnings; use parent 'URI::file::Unix'; our $VERSION = '5.09'; sub _file_extract_path { my($class, $path) = @_; # tidy path $path =~ s,(.)//+,$1/,g; # ^// is correct $path =~ s,(/\.)+/,/,g; $path = "./$path" if $path =~ m,^[^:/]+:,,; # look like "scheme:" $path; } 1;
Simpan