Commit 158598a9 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) remove unused

(cherry picked from commit bcd4b5b1)
parent d666111d
......@@ -120,23 +120,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
}
//
// if ($act == "del") {
// if (!$a_acls[$id]) {
// header("Location: services_unbound_acls.php");
// exit;
// }
//
// unset($a_acls[$id]);
// write_config();
// mark_subsystem_dirty('unbound');
// }
//
// if ($act == "new") {
// $id = unbound_get_next_id();
// }
$service_hook = 'unbound';
legacy_html_escape_form_data($pconfig);
include("head.inc");
......
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