From a0a7031742d3d83d83b9df2af63748cfd97ab980 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 18 May 2012 21:24:10 +0000 Subject: [PATCH] make old rrd format expectation default git-svn-id: http://www.observium.org/svn/observer/trunk@3211 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/defaults.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 857c25a739..6cbb4ac141 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -97,6 +97,8 @@ $config['page_gen'] = 1; $config['web_header'] = "header.inc.php"; # in html/includes $config['login_message'] = "Unauthorised access or use shall render the user liable to criminal and/or civil prosecution."; +$config['old_graphs'] = 1; ## RRDfiles from before the great rra reform. This is default for a while. + $config['int_customers'] = 1; # Enable Customer Port Parsing $config['int_transit'] = 1; # Enable Transit Types $config['int_peering'] = 1; # Enable Peering Types