mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
wirelessclient.cgi: Use new perl system functions
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -796,7 +796,7 @@ END
|
||||
}
|
||||
|
||||
sub BuildConfiguration() {
|
||||
system("/usr/local/bin/wirelessclient restart");
|
||||
&General::system("/usr/local/bin/wirelessclient", "restart");
|
||||
}
|
||||
|
||||
sub NextID() {
|
||||
|
||||
Reference in New Issue
Block a user