aboutsummaryrefslogtreecommitdiffstats
path: root/SiteSummary.pm
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2008-07-27 10:06:48 +0000
committerPetter Reinholdtsen <pere@hungry.com>2008-07-27 10:06:48 +0000
commit053292dc89f18831b2d84464040e6e49c9a4f30f (patch)
treef03dc7bb0ecd550086c01fe52b4ba98d4159d993 /SiteSummary.pm
parent97436fc410828feb8f2e06a15e2a70ca9632a7ba (diff)
downloadsitesummary-053292dc89f18831b2d84464040e6e49c9a4f30f.tar.gz
sitesummary-053292dc89f18831b2d84464040e6e49c9a4f30f.tar.bz2
sitesummary-053292dc89f18831b2d84464040e6e49c9a4f30f.tar.xz
* Ignore bogus hardware version 'System Version' when reporting
hardware statistic.
Diffstat (limited to 'SiteSummary.pm')
-rw-r--r--SiteSummary.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm
index 591463c..d07d27c 100644
--- a/SiteSummary.pm
+++ b/SiteSummary.pm
@@ -231,6 +231,7 @@ sub get_hardware_info {
$model = "$model $version" if ($version
&& $version ne "Not Specified"
&& $version ne "Not Available"
+ && $version ne "System Version"
&& $version ne "None");
return ($vendor, $model, $serial);