stanley-king 8 rokov pred
rodič
commit
d282a80998
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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);
     }