summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index ed7e6dc13..769940c70 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -4,12 +4,17 @@
require_once "version.php";
require_once "config.php";
require_once "db-prefs.php";
+ require_once "functions.php";
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
$_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder
$_SESSION["name"] = PLACEHOLDER_NAME;
+
+ initialize_user_prefs($link, $_SESSION["uid"]);
+ // FIXME this needs to be moved somewhere after user creation
+
?>
<html>
<head>