mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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
|
||||
}
|
||||
if ($fwhostsettings{'update'} eq 'on') {
|
||||
my @location_locations = &fwlib::get_location_locations();
|
||||
my @location_locations = &fwlib::get_locations();
|
||||
|
||||
print<<END;
|
||||
<form method='post'>
|
||||
|
||||
Reference in New Issue
Block a user