404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.147.84.18: ~ $
#!/usr/bin/perl -w
# This file was preprocessed, do not edit!


package Debconf::Element::Editor::String;
use strict;
use base qw(Debconf::Element);


sub show {
	my $this=shift;

	$this->frontend->comment($this->question->extended_description."\n\n".
		$this->question->description."\n");

	my $default='';
	$default=$this->question->value if defined $this->question->value;

	$this->frontend->item($this->question->name, $default);
}

1

Filemanager

Name Type Size Permission Actions
Boolean.pm File 1009 B 0644
Error.pm File 165 B 0644
Multiselect.pm File 916 B 0644
Note.pm File 164 B 0644
Password.pm File 171 B 0644
Progress.pm File 235 B 0644
Select.pm File 834 B 0644
String.pm File 439 B 0644
Text.pm File 316 B 0644