This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
30
Activity
Browse Source
修正暴露绝对地址的bug
tags/6.0.3
tianya
4 years ago
parent
2b645e963e
commit
3ce95bb072
6 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/include/downmix.inc.php
+1
-1
src/member/inc/config_pay_alipay.php
+1
-0
src/member/inc/config_pay_cbpayment.php
+1
-0
src/member/inc/config_pay_nps.php
+1
-0
src/member/inc/config_pay_tenpay.php
+1
-0
src/member/inc/config_pay_yeepay.php
+ 1
- 2
src/include/downmix.inc.php
View File
@@ -1,5 +1,4 @@
<?php
<?php if (!defined('DEDEINC')) exit("Request Error!");
/**
* 防采集混淆字符串
*
+ 1
- 1
src/member/inc/config_pay_alipay.php
View File
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
/**
* 支付页面
*
+ 1
- 0
src/member/inc/config_pay_cbpayment.php
View File
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
require_once(DEDEMEMBER."/paycenter/cbpayment/cbpayment_config.php");
if($payment_exp[3] < 0) $payment_exp[3] = 0;
$piice_ex = $price*$payment_exp[3];
+ 1
- 0
src/member/inc/config_pay_nps.php
View File
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
//nps 网上支付接口
include_once DEDEMEMBER.'/paycenter/nps/nps_config.inc.php';
//支付手续费
+ 1
- 0
src/member/inc/config_pay_tenpay.php
View File
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
//财付通 网上支付接口
/*这里替换为您的实际商户号*/
$strSpid = $payment_userid[0];
+ 1
- 0
src/member/inc/config_pay_yeepay.php
View File
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
include_once DEDEMEMBER.'/paycenter/yeepay/yeepay_config.php';
if($payment_exp[4] < 0) $payment_exp[4] = 0;
Write
Preview
Loading…
Cancel
Save