diff --git a/html/pages/about.inc.php b/html/pages/about.inc.php index 1a9a4508ba..5bdd07fd44 100644 --- a/html/pages/about.inc.php +++ b/html/pages/about.inc.php @@ -40,8 +40,6 @@ along with this program. If not, see htt $stat_processors = mysql_result(mysql_query("SELECT COUNT(*) FROM `processors`"),0); $stat_memory = mysql_result(mysql_query("SELECT COUNT(*) FROM `mempools`"),0); $stat_sensors = mysql_result(mysql_query("SELECT COUNT(*) FROM `sensors`"),0); - $stat_hz = mysql_result(mysql_query("SELECT COUNT(*) FROM `frequency`"),0); - $stat_humid = mysql_result(mysql_query("SELECT COUNT(*) FROM `sensors` WHERE sensor_class='humidity'"),0); $stat_toner = mysql_result(mysql_query("SELECT COUNT(*) FROM `toner`"),0); $stat_hrdev = mysql_result(mysql_query("SELECT COUNT(*) FROM `hrDevice`"),0); $stat_entphys = mysql_result(mysql_query("SELECT COUNT(*) FROM `entPhysical`"),0); @@ -93,11 +91,6 @@ along with this program. If not, see htt Sensors$stat_sensors - Humidity$stat_humid - - - - Frequency$stat_hz Toner$stat_toner