Przeglądaj źródła

增加过滤地址

stanley-king 8 lat temu
rodzic
commit
d282a80998
1 zmienionych plików z 3 dodań i 1 usunięć
  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);
     }