- include LetoDMS/LetoDMS_Core.php

This commit is contained in:
steinm 2011-01-20 12:46:36 +00:00
parent d1b7971e3b
commit 5cc903ca8f

View File

@ -18,6 +18,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
require_once('LetoDMS/LetoDMS_Core.php');
$db = new LetoDMS_Core_DatabaseAccess($settings->_dbDriver, $settings->_dbHostname, $settings->_dbUser, $settings->_dbPass, $settings->_dbDatabase);
$db->connect() or die ("Could not connect to db-server \"" . $settings->_dbHostname . "\"");