Discuz积分充值成功、支付宝支付到账,但返回信息为Access Denie

Discuz! X2.5 积分充值成功支付支付到账,但返回信息为Access Denied,解决方案

 

支付宝充值后返回信息 Access Denied ,可以通过下面方法进行修改。

 

找到文件 \source\class\discuz\discuz_application.php 

 

查找代码:

$_GET['handlekey']= !empty($_GET['handlekey']) && preg_match('/^\w+$/', $_GET['handlekey']) ? $_GET['handlekey'] : '';

 

 

改为:

if(!(!empty($_GET['handlekey']) && preg_match('/^\w+$/', $_GET['handlekey']))) {

            unset($_GET['handlekey']);

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/1d080b96d14a01efa4c06d78454eeff3.html