|
@@ -22,7 +22,7 @@ class fcgi_server
|
|
|
{
|
|
|
static $exfiles = array('wxnotify.php','alipay_notify_url.php','dispatch_notify.php','kdniao_notify.php',
|
|
|
'cmbpay_notify.php','cmbpay_sign.php','api/wxLogin/index.php','api/wxLogin/callback.php',
|
|
|
- 'test.php',);
|
|
|
+ 'test.php');
|
|
|
|
|
|
$path = BASE_ROOT_PATH . '/mobile/';
|
|
|
$file = str_replace($path,'',$file);
|
|
@@ -96,6 +96,7 @@ class fcgi_server
|
|
|
session::instance()->start();
|
|
|
|
|
|
$file = request_helper::script_file();
|
|
|
+ Log::record("file={$file}",Log::DEBUG);
|
|
|
if(file_exists($file))
|
|
|
{
|
|
|
if(self::is_exclude($file))
|