Linux localhost 6.1.10-x86_64-linode159 #1 SMP PREEMPT_DYNAMIC Wed Feb 8 14:14:45 EST 2023 x86_64
Apache/2.4.25 (Debian)
Server IP : 45.33.61.127 & Your IP : 216.73.217.36
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
Debconf /
Element /
Kde /
Delete
Unzip
Name
Size
Permission
Date
Action
Boolean.pm
730
B
-rw-r--r--
2017-05-21 17:08
Error.pm
339
B
-rw-r--r--
2017-05-21 17:08
Multiselect.pm
1.21
KB
-rw-r--r--
2017-05-21 17:08
Note.pm
365
B
-rw-r--r--
2017-05-21 17:08
Password.pm
605
B
-rw-r--r--
2017-05-21 17:08
Progress.pm
1.14
KB
-rw-r--r--
2017-05-21 17:08
Select.pm
1.06
KB
-rw-r--r--
2017-05-21 17:08
String.pm
636
B
-rw-r--r--
2017-05-21 17:08
Text.pm
323
B
-rw-r--r--
2017-05-21 17:08
Save
Rename
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Kde::Text; use strict; use Debconf::Gettext; use Qt; use base qw(Debconf::Element::Kde); sub create { my $this=shift; $this->SUPER::create(@_); $this->startsect; $this->adddescription; # yeah, that's all $this->endsect; } 1