cacti/cacti-mysqli.patch
2017-01-18 16:37:36 +01:00

12 lines
405 B
Diff

--- cacti-0.8.8h/include/config.php.orig 2016-02-07 20:26:54.000000000 +0100
+++ cacti-0.8.8h/include/config.php 2017-01-18 15:51:15.979783797 +0100
@@ -23,7 +23,7 @@
*/
/* make sure these values refect your actual database/host/user/password */
-$database_type = "mysql";
+$database_type = "mysqli";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";