]> git.pld-linux.org Git - packages/cacti.git/blob - cacti-config.patch
- rel 1: use php(extension) virtuals
[packages/cacti.git] / cacti-config.patch
1 --- cacti-0.8.6g/include/config.php     2005-10-06 11:57:42.021629992 +0200
2 +++ cacti-0.8.6h/include/config.php     2006-04-15 14:05:53.184042777 +0300
3 @@ -31,6 +31,8 @@
4  $database_username = "cactiuser";
5  $database_password = "cactiuser";
6  
7 +include '/etc/cacti/cacti.cfg';
8 +
9  /* ----- you probably do not need to change anything below this line ----- */
10  
11  /* Files that do not need http header information - Command line scripts */
12 @@ -163,7 +165,7 @@
13  error_reporting(E_ALL);
14  
15  /* include base modules */
16 -include($config["library_path"] . "/adodb/adodb.inc.php");
17 +include('/usr/share/php/adodb/adodb.inc.php');
18  include($config["library_path"] . "/database.php");
19  include_once($config["library_path"] . "/functions.php");
20  include_once($config["include_path"] . "/config_constants.php");
This page took 0.078992 seconds and 3 git commands to generate.