diff --git a/admin/layout.php b/admin/layout.php index 836ded5..29d7797 100644 --- a/admin/layout.php +++ b/admin/layout.php @@ -3,9 +3,9 @@ require_once __DIR__ . '/../db/config.php'; require_once __DIR__ . '/../includes/lang.php'; if (session_status() === PHP_SESSION_NONE) session_start(); -// Remove forced simplified Chinese for admin -// $lang = 'zh'; -// $_SESSION['lang'] = 'zh'; +// Forced simplified Chinese for admin +$lang = 'zh'; +$_SESSION['lang'] = 'zh'; // Admin check $admin = null; @@ -259,23 +259,7 @@ function renderAdminPage($content, $title = '后台管理') {