diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-03 01:39:13 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-03 01:39:13 +0500 |
| commit | 64f0533dc1779e7cca5f2678f7ae560df8d922bb (patch) | |
| tree | be319637f1a6ae6839b3685d6348a528025a7248 /public/users.php | |
| parent | 0c25e3dd54225b126ad8e48e10f4fbde8ce26ec5 (diff) | |
feat: config sample and more config options
Diffstat (limited to 'public/users.php')
| -rw-r--r-- | public/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/users.php b/public/users.php index 8b62a8a..fbedb4d 100644 --- a/public/users.php +++ b/public/users.php @@ -52,7 +52,7 @@ if ($id == "" && $alias_id == "") { <html> <head> - <title>User list - alright.party</title> + <title>User list - <?php echo INSTANCE_NAME ?></title> <link rel="stylesheet" href="/static/style.css"> </head> @@ -307,7 +307,7 @@ if ($is_json) { <html> <head> - <title><?php echo $user->username() ?> - alright.party</title> + <title><?php echo sprintf("%s - %s", $user->username(), INSTANCE_NAME) ?></title> <link rel="stylesheet" href="/static/style.css"> </head> |
