From: Christian Weiske Date: Fri, 10 Dec 2010 17:28:04 +0000 (+0100) Subject: fix X-Git-Tag: 1.0.0~62 X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/commitdiff_plain/cfda70e4d7a689570169368c30e78e16edba0f51 fix --- diff --git a/scripts/munin.php b/scripts/munin.php index 7dafaae..f9bf147 100755 --- a/scripts/munin.php +++ b/scripts/munin.php @@ -53,6 +53,7 @@ try { $router->host = $GLOBALS['linksys-wrt3g-tools']['host']; $router->user = $GLOBALS['linksys-wrt3g-tools']['user']; $router->password = $GLOBALS['linksys-wrt3g-tools']['password']; + $arStatus = $router->getStatus(); $conn = $arStatus['connection'];