From 935744d1ed88ad999cff6aae5215dda16de8aa14 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 14 Mar 2008 12:11:17 +0000 Subject: [PATCH] fix some directories git-svn-id: http://www.observium.org/svn/observer/trunk@160 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
");