summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-26 00:33:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-26 00:33:08 +0000
commitc4b88b5d84081e182b733ca3bf7a4721152b0c05 (patch)
treed148750951911d1fe951cf317850fd40b6fc7af7 /usr/local/www/system_firmware.php
parenta33094b53be192e74c6cd2922c0d29bcbc8fb209 (diff)
downloadpfsense-c4b88b5d84081e182b733ca3bf7a4721152b0c05.zip
pfsense-c4b88b5d84081e182b733ca3bf7a4721152b0c05.tar.gz
Remove useless reboot enforcing code.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 66d72a1..d897322 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -173,7 +173,6 @@ print_info_box($sig_warning);
upload&quot; below, then choose the image file (<?=$g['platform'];?>-*.tgz)
to be uploaded.<br>Click &quot;Upgrade firmware&quot;
to start the upgrade process.</p>
- <?php if (!file_exists($d_sysrebootreqd_path)): ?>
<?php if (!file_exists($d_fwupenabled_path)): ?>
<input name="Submit" type="submit" class="formbtn" value="Enable firmware upload">
<?php else: ?>
@@ -202,7 +201,7 @@ print_info_box($sig_warning);
</table>
</form>
-<?php endif; endif; ?>
+<?php endif; ?>
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud