Commit 9f8e2d67 authored by Franco Fichtner's avatar Franco Fichtner

rfc2136: symmetry #996

parent b3cfb853
...@@ -42,6 +42,8 @@ $a_rfc2136 = &$config['dnsupdates']['dnsupdate']; ...@@ -42,6 +42,8 @@ $a_rfc2136 = &$config['dnsupdates']['dnsupdate'];
if ($_SERVER['REQUEST_METHOD'] === 'POST') { if ($_SERVER['REQUEST_METHOD'] === 'POST') {
if (isset($_POST['act']) && $_POST['act'] == "del" && isset($_POST['id'])) { if (isset($_POST['act']) && $_POST['act'] == "del" && isset($_POST['id'])) {
if (!empty($a_rfc2136[$_POST['id']])) { if (!empty($a_rfc2136[$_POST['id']])) {
@unlink(rfc2136_cache_file($a_rfc2136[$_POST['id']], 4));
@unlink(rfc2136_cache_file($a_rfc2136[$_POST['id']], 6));
unset($a_rfc2136[$_POST['id']]); unset($a_rfc2136[$_POST['id']]);
write_config(); write_config();
system_cron_configure(); system_cron_configure();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment