From 1b35cf3f1124b161ebde5e9e3a2c74c8ea2821d0 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 21:01:48 -0700 Subject: Add status and more --- php/header.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php/header.php') diff --git a/php/header.php b/php/header.php index 8648b2a..0fd46df 100755 --- a/php/header.php +++ b/php/header.php @@ -26,7 +26,8 @@ if ($username === null) { $account = import(ROOT . '/html/guest.html'); } else { $account = replace(ROOT . '/html/account.html', [ - '{{username}}' => htmlspecialchars($username, ENT_QUOTES, 'UTF-8') + '{{username}}' => htmlspecialchars($username, ENT_QUOTES, 'UTF-8'), + '{{profile}}' => rawurlencode($username) ]); } -- cgit v1.2.3