diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-17 19:29:13 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-17 19:29:13 +0100 |
| commit | c93f38c4949fdbfaf256f493bcdaf772873f4e8a (patch) | |
| tree | 65c8412ea46d7459348c62448aad3353a9e5a15f /functions.php | |
| parent | 0cc89acb29b6e851bceed111edd8f316f59fc697 (diff) | |
display username in header
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |