From 1df66da082ebb26e5a096fd7cdd79dd4b8780b70 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 11 Oct 2008 07:43:11 +0000 Subject: [PATCH] make it more obvious what the db possibilities are git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@464 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.inc.php b/config.inc.php index 086ad8f8..b1788c34 100644 --- a/config.inc.php +++ b/config.inc.php @@ -44,8 +44,8 @@ $CONF['postfix_admin_path'] = dirname(__FILE__); $CONF['default_language'] = 'en'; // Database Config -// mysql = MySQL 3.23 and 4.0 -// mysqli = MySQL 4.1 +// mysql = MySQL 3.23 and 4.0, 4.1 or 5 +// mysqli = MySQL 4.1+ // pgsql = PostgreSQL $CONF['database_type'] = 'mysql'; $CONF['database_host'] = 'localhost';