From 7fabf5631f0a0d7e2d97a4f9ca53fe3492868bac Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 14:43:19 +0100 Subject: [PATCH] check --- proj/y2t/handler.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 61187b6..78e1fa4 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -35,14 +35,14 @@ echo nl2br("\n"); echo nl2br("\n"); $txt = var_export($output, true); - echo $txt[0]; echo nl2br("\nreturn:\n"); //var_export($return); - - - - echo $output; + foreach ($output as $item) { + echo '
'; + echo $item; + echo '
'; + } echo nl2br("\n END OF THE OUTPUT\n"); /* echo "check";