diff --git a/html/pages/interface.php b/html/pages/interface.php deleted file mode 100644 index 04eed21836..0000000000 --- a/html/pages/interface.php +++ /dev/null @@ -1,75 +0,0 @@ -Disabled"; } - if ($interface['ifAdminStatus'] == "up" && $interface['ifOperStatus'] == "down") { $status = "Enabled / Disconnected"; } - if ($interface['ifAdminStatus'] == "up" && $interface['ifOperStatus'] == "up") { $status = "Enabled / Connected"; } - - $i = 1; - $inf = fixifName($ifname); - - $bg="#ffffff"; - echo(""); - include("includes/device-header.inc"); - echo("
"); - - $show_all = 1; - - echo("
"); - - include("includes/print-interface.inc"); - - echo("
"); - - $pos = strpos(strtolower($ifname), "vlan"); - if( $pos !== false ) { - $broke = yes; - } - $pos = strpos(strtolower($ifname), "loopback"); - if( $pos !== false ) { - $broke = yes; - } - -if( !$broke) -{ } - -echo("
"); - -if(file_exists("rrd/" . $hostname . "/". $ifIndex . ".rrd")) { - - $iid = $id; - echo("
Interface Traffic
"); - $graph_type = "bits"; - include("includes/print-interface-graphs.php"); - - echo("
Interface Packets
"); - $graph_type = "pkts"; - include("includes/print-interface-graphs.php"); - - echo("
Interface Non Unicast
"); - $graph_type = "nupkts"; - include("includes/print-interface-graphs.php"); - - echo("
Interface Errors
"); - $graph_type = "errors"; - include("includes/print-interface-graphs.php"); - -} - -?>