This commit is contained in:
cmaffio
2016-05-05 12:05:22 +02:00
parent 3eed38727c
commit 525761f2c5

View File

@@ -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;
?>
<form name="" method="post">