From 64f0533dc1779e7cca5f2678f7ae560df8d922bb Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 3 May 2025 01:39:13 +0500 Subject: feat: config sample and more config options --- public/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/users.php') 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 == "") { - User list - alright.party + User list - <?php echo INSTANCE_NAME ?> @@ -307,7 +307,7 @@ if ($is_json) { - <?php echo $user->username() ?> - alright.party + <?php echo sprintf("%s - %s", $user->username(), INSTANCE_NAME) ?> -- cgit v1.2.3