From d6ac4e8d85a06a40e43d06c0ca9255c765eb86b0 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 3 May 2025 21:04:13 +0200 Subject: [PATCH] Update index.php --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 4526e892..bc8a3663 100644 --- a/index.php +++ b/index.php @@ -168,6 +168,7 @@ if ($logged && admin()) { 'username' => USE_ACCOUNT_NAME ? $account_logged->getName() : $account_logged->getId() ]); } + $title_full = (isset($title) ? $title . ' - ' : '') . $config['lua']['serverName']; require $template_path . '/' . $template_index;