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