mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2025-02-21 06:57:39 -05:00
- 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().