modifica regole verso esterno, fix
This commit is contained in:
@@ -100,6 +100,11 @@ $tabella = new html (0,"90%",array(3,3,2,15,2,15,2,15,2,5,0));
|
||||
<option value="" selected="selected">---</option>
|
||||
<?php while ($dato = mysql_fetch_array ( $res_macchine )) { ?>
|
||||
<option value="<?php print $dato['id'] ?>"><?php print $dato['ip']; if ($dato['nome'] != "") print " (".$dato['nome'].")" ?></option>
|
||||
<option value="<?php print $dato['id'] ?>"><?php if ($dato['nome'] != "") {
|
||||
print $dato['nome']." (".$dato['ip'].")";
|
||||
} else{
|
||||
print $dato['ip'];
|
||||
} ?></option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user