summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/diag_nanobsd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php
index 0e2f4b1..9815ab0 100755
--- a/usr/local/www/diag_nanobsd.php
+++ b/usr/local/www/diag_nanobsd.php
@@ -229,9 +229,9 @@ if ($savemsg)
if($_POST['viewupgradelog']) {
echo "<textarea name='log' cols='80' rows='40'>";
echo file_get_contents("/conf/upgrade_log.txt");
- echo "\nFile list:\n"
+ echo "\nFile list:\n";
echo file_get_contents("/conf/file_upgrade_log.txt");
- echo "\nMisc log:\n"
+ echo "\nMisc log:\n";
echo file_get_contents("/conf/firmware_update_misc.log");
echo "</textarea>";
} else {
OpenPOWER on IntegriCloud