summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-17 19:29:13 +0100
committerAndrew Dolgov <[email protected]>2005-11-17 19:29:13 +0100
commitc93f38c4949fdbfaf256f493bcdaf772873f4e8a (patch)
tree65c8412ea46d7459348c62448aad3353a9e5a15f /backend.php
parent0cc89acb29b6e851bceed111edd8f316f59fc697 (diff)
display username in header
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 810097a41..54bd1e069 100644
--- a/backend.php
+++ b/backend.php
@@ -10,6 +10,7 @@
require_once "magpierss/rss_fetch.inc";
$_SESSION["uid"] = PLACEHOLDER_UID; // FIXME: placeholder
+ $_SESSION["name"] = PLACEHOLDER_NAME;
$op = $_REQUEST["op"];