mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
Backup funktioniert jetzt auch via Webinterface
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@768 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -58,7 +58,7 @@ elsif ( $cgiparams{'ACTION'} eq "restore" )
|
||||
print UPLOADFILE;
|
||||
}
|
||||
close UPLOADFILE;
|
||||
system("/usr/local/bin/backupctrl restore");
|
||||
system("/usr/local/bin/backupctrl restore >/dev/null");
|
||||
}
|
||||
|
||||
&Header::showhttpheaders();
|
||||
|
||||
Reference in New Issue
Block a user