modifica regole verso esterno, fix
This commit is contained in:
@@ -99,7 +99,6 @@ $tabella = new html (0,"90%",array(3,3,2,15,2,15,2,15,2,5,0));
|
||||
<select name="id_macchine">
|
||||
<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{
|
||||
|
||||
Reference in New Issue
Block a user