fix per proxy

This commit is contained in:
Claudio Maffioletti
2017-07-24 12:28:44 +02:00
parent e1d86de73c
commit 491ad48f71
5 changed files with 80 additions and 43 deletions

View File

@@ -103,7 +103,7 @@ if (isset($_POST['regola'])) {
if ($modificato) attiva_aggiornamento();
}
$tabella = new html (0,"90%",array(15,2,30,2,5,0));
$tabella = new html (0,"90%",array(15,2,50,2,5,0));
?>
<form name="" method="post">
<input type="hidden" name="utente" value="<?php print $UTENTE['id'] ?>">
@@ -163,6 +163,7 @@ $query = " SELECT
ORDER BY
firewall_versointerno.nome
";
$res = mysql_query( $query, $DB_ID );
while ($dato = mysql_fetch_array ( $res )) { ?>
<tr>
@@ -192,7 +193,7 @@ while ($dato = mysql_fetch_array ( $res )) { ?>
} else {
print $dato['int_ip'];
}
print ":".$dato['fw_port']." (".$dato['proto'].")";;
print ":".$dato['int_port']." (".$dato['proto'].")";;
?></td>
<td class="textc"><?php if ($dato['permanente']) print "Si"; else print "No"; ?></td>
</tr>