SF.net SVN: postfixadmin:[464] trunk/config.inc.php
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-10-11 07:43:22
|
Revision: 464 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=464&view=rev Author: GingerDog Date: 2008-10-11 07:43:11 +0000 (Sat, 11 Oct 2008) Log Message: ----------- make it more obvious what the db possibilities are Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2008-10-03 08:27:22 UTC (rev 463) +++ trunk/config.inc.php 2008-10-11 07:43:11 UTC (rev 464) @@ -44,8 +44,8 @@ $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'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |