瀏覽代碼

增加过滤地址

stanley-king 8 年之前
父節點
當前提交
d282a80998
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      helper/fcgi_server.php

+ 3 - 1
helper/fcgi_server.php

@@ -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);
     }