From 525761f2c561a53a6cb5e3792748d5f685a9840d Mon Sep 17 00:00:00 2001 From: cmaffio Date: Thu, 5 May 2016 12:05:22 +0200 Subject: [PATCH] fix acl --- proxy/acl_edit.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/proxy/acl_edit.php b/proxy/acl_edit.php index aaa83fa..54d7402 100755 --- a/proxy/acl_edit.php +++ b/proxy/acl_edit.php @@ -7,7 +7,6 @@ view_top(); if (isset($_POST['rif']) && $_POST['rif'] != "") { $id = $_POST['id']; $rif = $_POST['rif']; - $dflt = $_POST['dflt']; $query = " INSERT INTO proxy_acl @@ -15,7 +14,6 @@ if (isset($_POST['rif']) && $_POST['rif'] != "") { idacllist = $id, rif = '$rif', attivo = 1, - dflt = $dflt, data = NOW() "; $res = mysql_query( $query, $DB_ID ); @@ -51,7 +49,7 @@ if (isset($_POST['rif']) && $_POST['rif'] != "") { } else { $id = 0; } -print $query; +//print $query; ?>