diff --git a/html/pages/interface.php b/html/pages/interface.php index 98104273e..d3c4c98a2 100644 --- a/html/pages/interface.php +++ b/html/pages/interface.php @@ -51,7 +51,7 @@ if( !$broke) echo("
"); -if(file_exists("rrd/" . $hostname . ".". $ifIndex . ".rrd")) { +if(file_exists("rrd/" . $hostname . "/". $ifIndex . ".rrd")) { $iid = $id; echo("
Interface Traffic
");