- Added DB config to global config array.
- Switched from ADODB::PConnect() to ADODB:NConnect() to avoid some strange
DB-connection related problems. See:
http://phplens.com/lens/adodb/docs-adodb.htm#connect
for details on the difference between PConnect() and NConnect().