\n"; } elsif (!$rv->[0]) { # Error with remote server print "",&text('run_failed', $d, $rv->[1]),"
\n"; } else { # Done - show output print "",&text('run_success', $d),"\n"; print "
".&html_escape($rv->[1])."
\n"; } $p++; } # Save command and server &open_lock_tempfile(COMMANDS, ">>$commands_file"); &print_tempfile(COMMANDS, $in{'cmd'},"\n"); &close_tempfile(COMMANDS); $config{'server'} = join(" ", @sel); &save_module_config(); &webmin_log("run", undef, undef, { 'cmd' => $in{'cmd'}, 'run' => [ map { $_->{'host'} } @run ] }); &ui_print_footer("", $text{'index_return'});