Server : Apache
System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
User : www ( 1000)
PHP Version : 5.6.40
Disable Function : 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
Directory :  /www/wwwroot/saimikebio.com/languages/zh_cn/payment/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/languages/zh_cn/payment/unionpay.php
<?php



global $_LANG;

$_LANG['unionpay'] = '银联在线';
$_LANG['unionpay_desc'] = '中国银联';


// 接口运行环境
$_LANG['unionpay_evn']					= '环境选择';
$_LANG['unionpay_evn_range']['0']		= 'PM环境(预上线)';
$_LANG['unionpay_evn_range']['1']		= '生产环境';

//PM环境
$_LANG['unionpay_account_pm'] = 'PM环境 商户账号';
$_LANG['unionpay_sign_cert_pwd_pm'] = 'PM环境 签名证书密码';
$_LANG['unionpay_sign_cert_path_pm'] = 'PM环境 签名证书路径';
$_LANG['unionpay_verify_cert_path_pm'] = 'PM环境 验签证书';
$_LANG['unionpay_encrypt_cert_path_pm'] = 'PM环境 密码加密证书';
$_LANG['unionpay_verify_dir_pm'] = 'PM环境 验签证书路径';
// 生产环境
$_LANG['unionpay_account'] = '生产环境 商户账号';
$_LANG['unionpay_sign_cert_pwd'] = '生产环境 签名证书密码';
$_LANG['unionpay_sign_cert_path'] = '生产环境 签名证书路径';
$_LANG['unionpay_verify_cert_path'] = '生产环境 验签证书';
$_LANG['unionpay_encrypt_cert_path'] = '生产环境 密码加密证书';
$_LANG['unionpay_verify_dir'] = '生产环境 验签证书路径';



$_LANG['pay_button'] = '银联在线支付';
$_LANG['unionpay_txn_id'] = '银联交易号';
?>