]> git.pld-linux.org Git - packages/cacti.git/blame - cacti-config.patch
- rel 2: use system adodb, resolves CVE-2006-0147, CVE-2006-0146, CVE-2006-0410,...
[packages/cacti.git] / cacti-config.patch
CommitLineData
a7a2d13b
AM
1diff -urbB cacti-0.8.6g.org/include/config.php cacti-0.8.6g/include/config.php
2--- cacti-0.8.6g.org/include/config.php 2005-09-09 01:56:25.000000000 +0200
3+++ cacti-0.8.6g/include/config.php 2005-10-06 11:57:42.021629992 +0200
4@@ -31,6 +31,8 @@
5 $database_username = "cactiuser";
6 $database_password = "cactiuser";
7
8+include '/etc/cacti/cacti.cfg';
9+
10 /* ----- you probably do not need to change anything below this line ----- */
11
12 /* Files that do not need http header information - Command line scripts */
This page took 0.052496 seconds and 4 git commands to generate.