\n"; my @files; my $err = &execute_restore(\@mods, $src, \@files, $in{'apply'}, $in{'test'}, \@others); &unlink_file($src) if ($mode == 3); if ($err) { print &text('restore_failed', $err),"
\n"; } elsif ($in{'test'}) { print $text{'restore_done2'},"
\n"; print &ui_table_start(undef, "width=100%", 2); print &ui_table_row(undef, "
".join("\n", map { &html_escape($_) } @files)."
\n"; } $config{'apply'} = $in{'apply'}; &lock_file($module_config_file); &save_module_config(); &unlock_file($module_config_file); &webmin_log("restore", undef, $src, { 'mods' => \@mods }); &ui_print_footer("", $text{'index_return2'});