This commit is contained in:
cmaffio
2016-05-05 11:36:26 +02:00
parent 10655c1693
commit 3eed38727c

View File

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