Allow custom port for FTP and SSH backups and restores

This commit is contained in:
Jamie Cameron
2008-01-15 20:57:43 +00:00
parent de974b045c
commit d1a64b5dff
7 changed files with 54 additions and 26 deletions

View File

@ -80,11 +80,11 @@ if ($in{'run'}) {
}
&webmin_log("run", "backup", $backup->{'dest'}, $backup);
&ui_print_footer("edit.cgi?id=$in{'id'}", $text{'edit_return'},
"", $text{'index_return'});
"index.cgi?mode=sched", $text{'index_return'});
exit;
}
else {
&redirect("");
&redirect("index.cgi?mode=sched");
}