modifica regole verso esterno, fix

This commit is contained in:
cmaffio
2016-06-28 12:23:36 +02:00
parent d50260c583
commit 6e23cc84a5

View File

@@ -20,7 +20,7 @@ if (isset($_POST['nome'])) {
int_port = $int_port,
id_firewall_macchine_ext = $ext_id,
ext_port = $ext_port,
proto = $proto,
proto = '$proto',
data = NOW(),
attivo = 1
";
@@ -84,7 +84,7 @@ $tabella = new html (0,"90%",array(3,3,2,15,2,15,5,2,15,5,2,5,2,15,0));
<?php } ?>
</select>
</td>
<td class="colip"><input type="text" size="3" name="int_port"></td>
<td class="colip"><input type="text" size="3" name="int_port" value=0></td>
<td class="colip">
<select name="ext_id">
<option value="" selected="selected">---</option>
@@ -93,7 +93,7 @@ $tabella = new html (0,"90%",array(3,3,2,15,2,15,5,2,15,5,2,5,2,15,0));
<?php } ?>
</select>
</td>
<td class="colip"><input type="text" size="3" name="ext_port"></td>
<td class="colip"><input type="text" size="3" name="ext_port" value=0></td>
<td class="colip">
<select name="proto">
<option value="" selected="selected">---</option>