mirror of
https://github.com/webmin/webmin.git
synced 2025-08-17 19:06:28 +00:00
Allow custom port for FTP and SSH backups and restores
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user