mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Implemet gettext() calls
This commit is contained in:
parent
3d2e70eda0
commit
406abd6ea0
@ -121,7 +121,7 @@ if ($_GET['act'] == "del") {
|
||||
unset($config['virtualip']['vip']);
|
||||
write_config();
|
||||
mark_subsystem_dirty('vip');
|
||||
header(gettext("Location: firewall_virtual_ip.php"));
|
||||
header("Location: firewall_virtual_ip.php");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
@ -224,7 +224,7 @@ if ($_POST) {
|
||||
$toapplylist = array();
|
||||
$toapplylist[] = $id;
|
||||
file_put_contents("{$g['tmp_path']}/firewall_virtual_ip.apply", serialize($toapplylist));
|
||||
header(gettext("Location: firewall_virtual_ip.php"));
|
||||
header("Location: firewall_virtual_ip.php");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user