mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(legacy) remove unused
This commit is contained in:
parent
5400549c71
commit
bcd4b5b17e
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user