]> git.pld-linux.org Git - packages/cacti.git/blame - cacti-config.patch
- added http://www.cacti.net/downloads/patches/0.8.6j/sec_sql_injection-0.8.6j.patch
[packages/cacti.git] / cacti-config.patch
CommitLineData
ecc80f5d
ER
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
a7a2d13b
AM
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 */
ecc80f5d
ER
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.026703 seconds and 4 git commands to generate.