Changeset:
        c52ca16d42ce
        
https://sourceforge.net/p/mrbs/hg-code/ci/c52ca16d42cef5300afb5c74eadbe5256e9b39e3
Author:
        John Beranek <[email protected]>
Date:
        Mon Sep 26 21:55:59 2016 +0100
Log message:

Removed one more reference to mysqli

diffstat:

 web/config.inc.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c60d8c5c28c8 -r c52ca16d42ce web/config.inc.php
--- a/web/config.inc.php        Mon Sep 26 18:34:36 2016 +0100
+++ b/web/config.inc.php        Mon Sep 26 21:55:59 2016 +0100
@@ -43,7 +43,7 @@
 // Which database system: "pgsql"=PostgreSQL, "mysql"=MySQL
 $dbsys = "mysql";
 // Hostname of database server. For pgsql, can use "" instead of localhost
-// to use Unix Domain Sockets instead of TCP/IP. For mysql/mysqli "localhost"
+// to use Unix Domain Sockets instead of TCP/IP. For mysql "localhost"
 // tells the system to use Unix Domain Sockets, and $db_port will be ignored;
 // if you want to force TCP connection you can use "127.0.0.1".
 $db_host = "localhost";

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to