From 47a2cc3326ac9f84dff354108ceb624f0c9377e5 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jan 2006 02:28:16 +0000 Subject: [PATCH] Connect to the database --- includes/init.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/init.php b/includes/init.php index db30833..22353b4 100644 --- a/includes/init.php +++ b/includes/init.php @@ -49,6 +49,9 @@ $viewsvn->set('sourcepath', $conf['paths']['isso']); $viewsvn->load('functions', 'funct', true); +$viewsvn->load('db_mysql', 'db', true); +$db->connect($conf['db']['server'], $conf['db']['user'], $conf['db']['pass'], $conf['db']['name'], 0); + // ################################################################### // localization stystem $viewsvn->load('localize', 'lang', true); -- 2.22.5