diff options
-rw-r--r-- | src/usr/local/www/status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status.php b/src/usr/local/www/status.php index 3f0f7af..9a5a36e 100644 --- a/src/usr/local/www/status.php +++ b/src/usr/local/www/status.php @@ -175,7 +175,7 @@ function get_firewall_info() { } if (!empty($g['product_version_string'])) { - $firewall_info .= "<br/>" . htmlspecialchars($platform['descr']) . + $firewall_info .= "<br/>" . htmlspecialchars($g['product_name']) . " version: " . htmlspecialchars($g['product_version_string']); } |