We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb9f62 commit 1755039Copy full SHA for 1755039
1 file changed
php/getplugins.php
@@ -552,4 +552,7 @@ function testRemoteRequests($remoteRequests)
552
closedir($handle);
553
}
554
555
-CachedEcho::send($jResult,"application/javascript",true);
+if ($do_diagnostic)
556
+ CachedEcho::send($jResult,"application/javascript",false);
557
+else
558
+ CachedEcho::send($jResult,"application/javascript",true);
0 commit comments