summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-07 07:07:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-07 07:07:04 +0000
commit8f7685b12157e03128c44412570b0b591462a711 (patch)
treee16db72ab750b7553bd8f6208213c166b3aa6ba7 /usr
parent561dda5174bbdce629cb4678c63dbaa301873cb7 (diff)
downloadpfsense-8f7685b12157e03128c44412570b0b591462a711.zip
pfsense-8f7685b12157e03128c44412570b0b591462a711.tar.gz
Do not show upgrade options after user has invoked auto upgrade option.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index ee05103..1ddddae 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -181,6 +181,7 @@ print_info_box($sig_warning);
to start the upgrade process.</p>
<form action="system_firmware.php" method="post" enctype="multipart/form-data">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+<?php if($savemsg == ""): ?>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
@@ -220,6 +221,7 @@ print_info_box($sig_warning);
<a href="system_firmware.php?autoupgrade=true">Invoke Auto Upgrade</a>
</tr>
+<?php endif ?>
</table>
</form>
<?php endif; endif; ?>
OpenPOWER on IntegriCloud