<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
#!/usr/bin/perl -w
# This file was preprocessed, do not edit!


package Debconf::Element::Teletype::Progress;
use strict;
use base qw(Debconf::Element);


sub start {
	my $this=shift;

	$this->frontend->title($this->question->description);
	$this->frontend->display('');
	$this->last(0);
}

sub set {
	my $this=shift;
	my $value=shift;

	$this->progress_cur($value);

	use integer;
	my $new = ($this->progress_cur() - $this->progress_min()) * 100 / ($this->progre