From 61ab4cd32723f037b9f99a59407f1a4bc1ad8d0b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 8 Nov 2010 10:53:00 -0500 Subject: Return disabled interfaces as well --- usr/local/www/status_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php index 9bf71af..c674cbc 100755 --- a/usr/local/www/status_graph.php +++ b/usr/local/www/status_graph.php @@ -55,7 +55,7 @@ else $height = "200"; // Get configured interface list -$ifdescrs = get_configured_interface_with_descr(false, true); +$ifdescrs = get_configured_interface_with_descr(); $ifdescrs["enc0"] = "IPSEC"; if ($_GET['if']) { -- cgit v1.1