diff --git a/proxy/acl_edit.php b/proxy/acl_edit.php index 86bd418..aaa83fa 100755 --- a/proxy/acl_edit.php +++ b/proxy/acl_edit.php @@ -7,6 +7,7 @@ view_top(); if (isset($_POST['rif']) && $_POST['rif'] != "") { $id = $_POST['id']; $rif = $_POST['rif']; + $dflt = $_POST['dflt']; $query = " INSERT INTO proxy_acl @@ -50,6 +51,7 @@ if (isset($_POST['rif']) && $_POST['rif'] != "") { } else { $id = 0; } +print $query; ?>