HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot//kk.ibovsl.com/resources/lang/zh_TW/system-setting.php
<?php
/**
 * The file was created by Assimon.
 *
 * @author    assimon<ashang@utf8.hk>
 * @copyright assimon<ashang@utf8.hk>
 * @link      http://utf8.hk/
 */

return [
    'labels' => [
        'SystemSetting' => '系統設定',
        'system_setting' => '系統設定',
        'base_setting' => '基本設定',
        'mail_setting' => '信箱服務',
        'order_push_setting' => '訂單推送配置',
        'geetest' => '極驗驗證',
    ],

    'fields' => [
        'title' => '網站標題',
        'text_logo' => '文字LOGO',
        'img_logo' => '圖片LOGO',
        'keywords' => '網站關鍵詞',
        'description' => '網站描述',
        'notice' => '站點公告',
        'footer' => '頁尾自訂代碼',
        'manage_email' => '管理員信箱',
        'is_open_anti_red' => '是否開啟Wechat/QQ防紅',
        'is_open_img_code' => '是否開啟圖形驗證碼',
        'is_open_search_pwd' => '是否開啟查詢密碼',
        'is_open_server_jiang' => '是否開啟server醬',
        'server_jiang_token' => 'server醬通訊token',
        'is_open_telegram_push' => '是否開啟Telegram推送',
        'telegram_userid' => 'Telegram用戶id',
        'telegram_bot_token' => 'Telegram通訊token',
        'template' => '站點模板',
        'language' => '站點語言',
        'order_expire_time' => '訂單逾期時間(分鐘)',

        'driver' => '信箱驅動',
        'host' => 'smtp伺服器地址',
        'port' => '通訊埠',
        'username' => '賬戶',
        'password' => '密碼',
        'encryption' => '協議',
        'from_address' => '發件地址',
        'from_name' => '發件名稱',

        'geetest_id' => '極驗id',
        'geetest_key' => '極驗key',
        'is_open_geetest' => '是否開啟極驗',
    ],
    'options' => [
    ],
    'rule_messages' => [
        'save_system_setting_success' => '系統配置套用成功!',
        'change_reboot_php_worker' => '修改部分配置需要重新啓動[supervisor]或php進程管理工具才會生效,例如信箱服務,server醬等。'
    ]
];