Interfaccia gestione ACL

This commit is contained in:
cmaffio
2016-04-29 16:48:15 +02:00
parent a2b8b5b37f
commit 4dea08e88c
4 changed files with 145 additions and 10 deletions

View File

@@ -22,11 +22,7 @@ if (isset($_POST['id'])) {
data = NOW()
";
$res = mysql_query( $query, $DB_ID );
}
} elseif (isset($_GET['id'])) {
$id = $_GET['id'];
}
@@ -81,7 +77,7 @@ function do_submit() {
</script>
<form name="acl" method="post">
<table cellpadding="0" cellspacing="0" border="0" width="90%">
<input type="hidden" name="id" value="1">
<input type="hidden" name="id" value="<?php print $id ?>">
<tr>
<td class="sep" width="5%"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
<td class="sep" width="20%"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>