summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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