summaryrefslogtreecommitdiff
path: root/net-mgmt/cacti88/files/patch-include__global.php
blob: ae0aa711e549062fe741608b9b1ff86378736efa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/global.php.orig	2016-03-06 23:26:59 UTC
+++ include/global.php
@@ -116,7 +116,7 @@ if ($config["cacti_server_os"] == "win32
 	$config["library_path"] = preg_replace("/(.*[\/])include/", "\\1lib", dirname(__FILE__));
 }
 $config["include_path"] = dirname(__FILE__);
-$config["rra_path"] = $config["base_path"] . '/rra';
+$config["rra_path"] = '/var/db/cacti/rra';
 
 /* colors */
 $colors["dark_outline"] = "454E53";