Implemet gettext() calls

This commit is contained in:
Rafael Lucas 2010-06-29 10:51:15 -03:00
parent 3d2e70eda0
commit 406abd6ea0
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}