foreach my $file_failed(@failed)
{
$tpl->add_loop_data('FAILED',{FILE => encode_html($file_failed),
FILE_PATH => encode_html(clean_path($virtual.'/'.$file_failed))});
}
foreach my $file_failed(@failed)
{
$tpl->add_loop_data('FAILED',{FILE => encode_html($file_failed),
FILE_PATH => encode_html(clean_path($virtual.'/'.$file_failed))});
}