1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add db-prefs.php

This commit is contained in:
Andrew Dolgov
2005-11-16 17:57:08 +01:00
parent e0257be14a
commit 3bac89ad2a
2 changed files with 27 additions and 0 deletions

View File

@@ -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") {