From da633a4acf9dc94bfd4fe05a564b9c22f40286d8 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 29 十一月 2024 20:29:13 +0800
Subject: [PATCH] 10162 后台优化(优化ImportAccountLoginpay.php; 优化首页标题)
---
index.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/index.php b/index.php
index c5eefef..545ea2b 100644
--- a/index.php
+++ b/index.php
@@ -31,6 +31,7 @@
// 鍔犺浇鐢ㄦ埛閰嶇疆
\Logging\LogInfo("鍔犺浇鐢ㄦ埛淇℃伅.");
$user = new \User\User($UserAccount);
+$spid = $user->GetSPID();
\Logging\LogInfo("鐢ㄦ埛璐﹀彿: " . $UserAccount);
$permissions = $user->GetUserPermissions();
@@ -129,7 +130,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title><?php echo \Lang\gettext("GM鍛戒护宸ュ叿"); ?></title>
+ <title><?php echo \Lang\gettext("GM鍛戒护宸ュ叿") . " - " . $spid; ?></title>
<link rel="stylesheet" href="css/index.css" media="screen" type="text/css" />
<link rel="stylesheet" href="css/menu.css" media="screen" type="text/css" />
</head>
--
Gitblit v1.8.0