From aa6ae1ef1824d0cba50baab40dcafb4e63d15145 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 14:30:22 +0100 Subject: [PATCH] check --- proj/y2t/handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 77592ab..f6a8edd 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -35,7 +35,7 @@ echo nl2br("\n"); echo nl2br("\n"); $txt = var_export($output, true); - echo $txt; + echo $txt[0]; echo nl2br("\nreturn:\n"); var_export($return);