mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
ddns.cgi: Use new system methods
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -342,7 +342,7 @@ if ($settings{'ACTION'} eq $Lang::tr{'edit'}) {
|
|||||||
# Handle forced updates.
|
# Handle forced updates.
|
||||||
#
|
#
|
||||||
if ($settings{'ACTION'} eq $Lang::tr{'instant update'}) {
|
if ($settings{'ACTION'} eq $Lang::tr{'instant update'}) {
|
||||||
system(@ddnsprog) == 0 or die "@ddnsprog failed: $?\n";
|
&General::system(@ddnsprog) == 0 or die "@ddnsprog failed: $?\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user