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/ly.fwmnzf.com/addons/easysms/config.php
<?php

return array(
    0 => [
        'name'    => 'gateways',
        'title'   => '短信服务商',
        'type'    => 'select',
        'options' => [
            'aliyun'       => '阿里云',
            'aliyunrest'   => '阿里云Rest',
            'yunpian'      => '云片',
            'submail'      => 'Submail',
            'luosimao'     => '螺丝帽',
            'yuntongxun'   => '容联云通讯',
            'huyi'         => '互亿无线',
            'juhe'         => '聚合数据',
            'sendcloud'    => 'SendCloud',
            'baidu'        => '百度云',
            'huaxin'       => '华信短信平台',
            'chuanglan'    => '253云通讯(创蓝)',
            'rongcloud'    => '融云',
            'tianyiwuxian' => '天毅无线',
            'twilio'       => 'twilio',
            'qcloud'       => '腾讯云 SMS',
            'avatardata'   => '阿凡达数据',
            'huawei'       => '华为云 SMS',
            'yunxin'       => '网易云信',
            'yunzhixun'    => '云之讯',
            'kingtto'      => '凯信通',
            'qiniu'        => '七牛云',
            'ucloud'       => 'Ucloud',
        ],
        'value'   => 'aliyun',
        'tips'    => '',
    ],
    1 => array(
        'name'  => 'config',
        'title' => '短信配置',
        'type'  => 'array',
        'value' => array(
            'access_key_id'     => '',
            'access_key_secret' => '',
            'sign_name'         => '',
        ),
        'tip'   => '',
    ),
    2 => array(
        'name'  => 'template',
        'title' => '短信模板',
        'type'  => 'array',
        'value' => array(
            'register'  => '',
            'resetpwd'  => '',
            'changepwd' => '',
            'profile'   => '',
            'actmobile' => '',
        ),
        'tip'   => '',
    ),
);