diff --git a/condes/condes_regole.php b/condes/condes_regole.php index 2012a8e..64bcce3 100755 --- a/condes/condes_regole.php +++ b/condes/condes_regole.php @@ -80,7 +80,7 @@ $query = " SELECT "; $res_acl = mysql_query( $query, $DB_ID ); -$tabella = new html (0,"90%",array(3,3,2,15,2,15,2,15,2,5,0)); +$tabella = new html (0,"90%",array(3,3,2,15,2,20,2,15,2,5,0)); ?>
diff --git a/firewall/index.php b/firewall/index.php index 4da6e77..912c569 100755 --- a/firewall/index.php +++ b/firewall/index.php @@ -103,7 +103,7 @@ if (isset($_POST['regola'])) { if ($modificato) attiva_aggiornamento(); } -$tabella = new html (0,"90%",array(15,2,50,2,5,0)); +$tabella = new html (0,"90%",array(15,2,20,2,50,2,5,0)); ?> @@ -111,7 +111,7 @@ $tabella = new html (0,"90%",array(15,2,50,2,5,0)); - Regole Esterno -> Interno + Regole Esterno -> Interno + Utente + Regola Perm + riga (5); - Regole Interno -> Esterno + Regole Interno -> Esterno + Utente + Regola Perm + @@ -18,6 +18,7 @@ $query = " SELECT fullname, attivo, DATE_FORMAT(ultimo, '%d.%m.%Y %H:%i:%s') AS data, + DATE_FORMAT(modifica, '%d.%m.%Y %H:%i:%s') AS modifica, ip FROM proxy_utenti @@ -28,7 +29,7 @@ $query = " SELECT "; $res = mysql_query( $query, $DB_ID ); -$tabella->intestazione (array ("","","","","Utente","","Nome Completo","","Ultimo Accesso","","IP Associato","")); +$tabella->intestazione (array ("","","","","Utente","","Nome Completo","","Ultimo Accesso","","Ultima Modifica","","IP Associato","")); while ($dato = mysql_fetch_array ( $res )) { ?> @@ -52,6 +53,9 @@ while ($dato = mysql_fetch_array ( $res )) { + + +