From 0ec1405e14604dc38b87f8678da8f788cd2e5179 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 13 Apr 2011 11:05:39 +0000 Subject: [PATCH] seems one poller escaped during an up/commit, heh git-svn-id: http://www.observium.org/svn/observer/trunk@2069 61d68cd4-352d-0410-923a-c4978735b2b8 --- poller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poller.php b/poller.php index 46ec62bfb..7bcaf6038 100755 --- a/poller.php +++ b/poller.php @@ -247,8 +247,8 @@ while ($device = mysql_fetch_assoc($device_query)) #include("includes/polling/altiga-ssl.inc.php"); include("includes/polling/cisco-ipsec-flow-monitor.inc.php"); include("includes/polling/cisco-remote-access-monitor.inc.php"); + include("includes/polling/cisco-cef.inc.php"); } - include("includes/polling/cisco-cef.inc.php"); unset($update); unset($seperator);