|
@@ -20,7 +20,9 @@ class fcgi_server
|
|
|
|
|
|
private function is_exclude($file)
|
|
|
{
|
|
|
- static $exfiles = array('wxnotify.php','alipay_notify_url.php','dispatch_notify.php','kdniao_notify.php','test.php','cmbpay.php');
|
|
|
+ static $exfiles = array('wxnotify.php','alipay_notify_url.php','dispatch_notify.php','kdniao_notify.php',
|
|
|
+ 'cmbpay_notify.php','cmbpay_sign.php',
|
|
|
+ 'test.php');
|
|
|
$name = basename($file);
|
|
|
return in_array($name,$exfiles);
|
|
|
}
|