From c93f38c4949fdbfaf256f493bcdaf772873f4e8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Nov 2005 19:29:13 +0100 Subject: display username in header --- tt-rss.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index d1460935e..ed7e6dc13 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -6,6 +6,10 @@ require_once "db-prefs.php"; $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); + + $_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder + $_SESSION["name"] = PLACEHOLDER_NAME; + ?> @@ -47,18 +51,17 @@ - -- cgit v1.2.3
+ - +
+ logo
+ Hello, (Logout)
- -
 
-