Skip to content

Commit

Permalink
GET/POST conversion interfaces_assign
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeaver-netgate committed Feb 10, 2017
1 parent 8dce7a9 commit 3312b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/local/www/interfaces_assign.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ interface_bring_down($id); /* down the interface */
}
?>
<tr>
<td><a href="/interfaces.php?if=<?=$ifname?>"><?=$ifdescr?></a></td>
<td><a href="/interfaces.php?if=<?=$ifname?>" usepost><?=$ifdescr?></a></td>
<td>
<select name="<?=$ifname?>" id="<?=$ifname?>" class="form-control">
<?php foreach ($portlist as $portname => $portinfo):?>
Expand Down

0 comments on commit 3312b65

Please sign in to comment.