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 --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 42d00c060..8b6bc6620 100644 --- a/functions.php +++ b/functions.php @@ -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'); -- cgit v1.2.3