From e45726e12446260accb5195eccb339ea0595e319 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 14:25:09 +0100 Subject: [PATCH] check --- proj/y2t/handler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 7b21e81..57f2203 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -30,7 +30,8 @@ //wait($return_code); echo nl2br("output:\n"); - var_export($output); + //var_export($output); + echo $output; echo nl2br("\nreturn:\n"); var_export($return);