remove last count(*) from about page

git-svn-id: http://www.observium.org/svn/observer/trunk@2993 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-08 12:14:27 +00:00
parent 31671968eb
commit 29cdd434f0
+1 -1
View File
@@ -40,7 +40,7 @@ along with this program. If not, see <a href="http://www.gnu.org/licenses/">htt
<?php
$stat_devices = dbFetchCell("SELECT COUNT(device_id) FROM `devices`");
$stat_ports = dbFetchCell("SELECT COUNT(interface_id) FROM `ports`");
$stat_syslog = dbFetchCell("SELECT COUNT(*) FROM `syslog`");
$stat_syslog = dbFetchCell("SELECT COUNT(seq) FROM `syslog`");
$stat_events = dbFetchCell("SELECT COUNT(event_id) FROM `eventlog`");
$stat_apps = dbFetchCell("SELECT COUNT(app_id) FROM `applications`");
$stat_services = dbFetchCell("SELECT COUNT(service_id) FROM `services`");