Project

General

Profile

« Previous | Next » 

Revision 51a33e20

Added by Scott Ullrich about 20 years ago

Correctly count to 0

View differences:

usr/local/www/interfaces_wlan.inc
153 153
                  <td class="vtable">
154 154
			<select name="txpower">
155 155
				<?php
156
				for($x=100; $x<1; $x--) {
156
				for($x = 100; $x > 0; $x--) {
157 157
					if($pconfig["txpower"] == $x)
158 158
						$SELECTED = " SELECTED";
159 159
					else

Also available in: Unified diff