From 3eed38727c6fc06db47424958999ac7db5aff919 Mon Sep 17 00:00:00 2001 From: cmaffio Date: Thu, 5 May 2016 11:36:26 +0200 Subject: [PATCH] fix acl --- proxy/acl_edit.php | 2 ++ 1 file changed, 2 insertions(+) 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; ?>