Add reason to write_config() call

This commit is contained in:
doktornotor 2017-03-21 17:47:26 +01:00 committed by GitHub
parent f832bfe09a
commit 2fbc10839b

View File

@ -215,7 +215,7 @@ if ($_POST['act'] == "del") {
if (count($config['virtualip']['vip']) == 0) {
unset($config['virtualip']['vip']);
}
write_config();
write_config(gettext("Deleted a virtual IP."));
header("Location: firewall_virtual_ip.php");
exit;
}