|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak17jan25/Language/zh-CN/ |
Upload File : |
<?php
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
// Session language settings
return [
'missingDatabaseTable' => '使用数据库作为 Session Handler 时,`sessionSavePath` 必须指定表名。',
'invalidSavePath' => 'Session: 配置的保存路径 "{0}" 不是一个目录,不存在或无法创建。',
'writeProtectedSavePath' => 'Session: 配置的保存路径 "{0}" 不能被 PHP 进程写入。',
'emptySavePath' => 'Session: 没有配置保存路径。',
'invalidSavePathFormat' => 'Session: 无效的 Redis 保存路径格式: {0}',
// @deprecated
'invalidSameSiteSetting' => 'Session: SameSite 的值必须是 None, Lax, Strict 或者空白字符串。当前是 {0}。',
];