Commit 6346a9d0 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) regression interfaces.php (wireless)

parent 45a3add2
...@@ -2873,7 +2873,7 @@ include("head.inc"); ...@@ -2873,7 +2873,7 @@ include("head.inc");
<select name="txpower" class="selectpicker" data-style="btn-default" id="txpower"> <select name="txpower" class="selectpicker" data-style="btn-default" id="txpower">
<?php <?php
for($x = 99; $x > 0; $x--):?> for($x = 99; $x > 0; $x--):?>
<option value="$x" <?=$pconfig["txpower"] == $x ? "selected=\"selected\"" : "";?> ><?=$x;?></option> <option value="<?=$x;?>" <?=$pconfig["txpower"] == $x ? "selected=\"selected\"" : "";?> ><?=$x;?></option>
<?php <?php
endfor;?> endfor;?>
</select> </select>
......
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