1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 20:41:28 +00:00

display username in header

This commit is contained in:
Andrew Dolgov
2005-11-17 19:29:13 +01:00
parent 0cc89acb29
commit c93f38c494
5 changed files with 23 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
require_once 'db-prefs.php';
$_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder
$_SESSION["name"] = PLACEHOLDER_NAME;
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');