X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2FObj%2Fsac-a-push.phh;h=cd0d6abb81bd0dc67a4795876e9d90fca90ac431;hb=2a82f64f7c99c99b0c38fa2911ddfda0b6609ae7;hp=4a325dad4ebc01b8671594ab49c76d7fe2e09dfe;hpb=8ef84c5d0813096c4cc6cd05e3f213118ba8a33b;p=brisk.git diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 4a325da..cd0d6ab 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -425,7 +425,8 @@ class Sac_a_push { } if ($response != "") { - echo "SPIA: [".substr($response, 0, 60)."...]\n"; + // echo "SPIA: [".substr($response, 0, 60)."...]\n"; + echo "SPIA: [".$response."...]\n"; $response_l = mb_strlen($response, "ASCII"); $wret = @fwrite($sock, $response); if ($wret < $response_l) {