⚝
One Hat Cyber Team
⚝
Your IP:
18.119.120.229
Server IP:
46.30.215.167
Server:
Linux cvq1i3q8c 6.8.0-51-generic #52+onecomnfs.20241217.0912 SMP PREEMPT_DYNAMIC Tue Dec 17 10:10 x86_64
Server Software:
Apache
PHP Version:
8.4.6
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
perl5
/
Debian
/
Debhelper
/
Sequence
/
View File Name :
perl_openssl.pm
# perl_openssl.pm - debhelper addon for running dh_perl_openssl # # Copyright 2010, Ansgar Burchardt <ansgar@debian.org> # Copyright 2016, Niko Tyni <ntyni@debian.org> # # This program is free software, you can redistribute it and/or modify it # under the same terms as Perl itself. use warnings; use strict; use Debian::Debhelper::Dh_Lib; insert_after("dh_perl", "dh_perl_openssl"); 1;