From 26ffacfa6026eb5ec002bfec9cffb11ebf24ab57 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 10 May 2012 15:22:51 +0000 Subject: [PATCH] fix bgp prefix graphs (stupid me, i removed the wrong line) git-svn-id: http://www.observium.org/svn/observer/trunk@3165 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/bgp/prefixes.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/includes/graphs/bgp/prefixes.inc.php b/html/includes/graphs/bgp/prefixes.inc.php index bf70dd5bb4..56aca061a2 100644 --- a/html/includes/graphs/bgp/prefixes.inc.php +++ b/html/includes/graphs/bgp/prefixes.inc.php @@ -15,4 +15,6 @@ $graph_max = 1; $unit_text = "Prefixes"; +include("includes/graphs/generic_simplex.inc.php"); + ?>