* zin: skip to send debug info with non-zin ajax request.

This commit is contained in:
sunhao
2023-07-17 22:00:43 +08:00
parent 7b3e359a6a
commit 89752d3e66
+1 -1
View File
@@ -146,7 +146,7 @@ class wg
global $app, $config;
$zinDebug = null;
if($config->debug)
if($config->debug && (!isAjaxRequest() || isAjaxRequest('zin')))
{
$zinDebug = data('zinDebug');
if(is_array($zinDebug))