added notes about the other sql server types that we are supporting

This commit is contained in:
seek3r 2000-11-19 08:55:59 +00:00
parent 0583ccdcdb
commit 54338dc430

View File

@ -29,7 +29,8 @@
$phpgw_info["server"]["db_name"] = "phpgroupware";
$phpgw_info["server"]["db_user"] = "phpgroupware";
$phpgw_info["server"]["db_pass"] = "your_password";
$phpgw_info["server"]["db_type"] = "mysql"; //mysql, pgsql (for postgresql), or oracle
$phpgw_info["server"]["db_type"] = "mysql"; //mysql, pgsql (for postgresql), oracle,
//msql (not tested), mssql (not tested), sybase (not tested), or odbc (not tested)
/* This will limit who is allowed to make configuration modifcations */
$phpgw_info["server"]["config_passwd"] = "changeme";