summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 17:57:08 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 17:57:08 +0100
commit3bac89ad2a44562f4d0b1c458ed20740379c03fc (patch)
treec18c0380279c59d787954da94b99a4db979e58b9 /backend.php
parente0257be14a1df1d47498f47b2d2aa15f5a5d8808 (diff)
add db-prefs.php
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 83a0ab51d..954c4daca 100644
--- a/backend.php
+++ b/backend.php
@@ -9,12 +9,14 @@
require_once "config.php";
require_once "db.php";
+ require_once "db-prefs.php";
require_once "functions.php";
require_once "magpierss/rss_fetch.inc";
$script_started = getmicrotime();
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
+ $dbprefs_link = $link;
if (!$link) {
if (DB_TYPE == "mysql") {