fix per proxy
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user