Commit db0a89bf authored by Ad Schellevis's avatar Ad Schellevis

dhcp:server, pool loop counter missing, closes https://github.com/opnsense/core/issues/1527

parent 95158547
...@@ -777,6 +777,7 @@ include("head.inc"); ...@@ -777,6 +777,7 @@ include("head.inc");
</td> </td>
</tr> </tr>
<?php <?php
$i++;
endforeach;?> endforeach;?>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment