Revision 0013ccf1
Added by Scott Ullrich over 20 years ago
usr/local/www/system_firmware.php | ||
---|---|---|
175 | 175 |
</form> |
176 | 176 |
<?php else: ?> |
177 | 177 |
<?php if (!file_exists($d_firmwarelock_path)): ?> |
178 |
<form action="system_firmware.php" method="post" enctype="multipart/form-data"> |
|
179 |
<?php if($savemsg == ""): ?> |
|
178 | 180 |
<p>Click "Enable firmware |
179 | 181 |
upload" below, then choose the image file (<?=$g['platform'];?>-*.img) |
180 | 182 |
to be uploaded.<br>Click "Upgrade firmware" |
181 | 183 |
to start the upgrade process.</p> |
182 |
<form action="system_firmware.php" method="post" enctype="multipart/form-data"> |
|
184 |
|
|
183 | 185 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
184 |
<?php if($savemsg == ""): ?> |
|
185 | 186 |
<tr> |
186 | 187 |
<td width="22%" valign="top"> </td> |
187 | 188 |
<td width="78%"> |
... | ... | |
220 | 221 |
<br> |
221 | 222 |
<a href="system_firmware.php?autoupgrade=true">Invoke Auto Upgrade</a> |
222 | 223 |
</tr> |
223 |
|
|
224 |
<?php endif ?> |
|
225 | 224 |
</table> |
225 |
<?php endif ?> |
|
226 |
|
|
226 | 227 |
</form> |
227 | 228 |
<?php endif; endif; ?> |
228 | 229 |
<?php include("fend.inc"); ?> |
Also available in: Unified diff
Do not show Click Enable... when auto upgrading.