mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
fwhosts.cgi: Fix function call.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -1650,7 +1650,7 @@ END
|
|||||||
END
|
END
|
||||||
}
|
}
|
||||||
if ($fwhostsettings{'update'} eq 'on') {
|
if ($fwhostsettings{'update'} eq 'on') {
|
||||||
my @location_locations = &fwlib::get_location_locations();
|
my @location_locations = &fwlib::get_locations();
|
||||||
|
|
||||||
print<<END;
|
print<<END;
|
||||||
<form method='post'>
|
<form method='post'>
|
||||||
|
|||||||
Reference in New Issue
Block a user