From a348d8ef26120252fe9553bbc0e7d66c6039f9be Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 12:57:29 +0100 Subject: [PATCH] will this work??? --- 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 965df87..1edd076 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -21,7 +21,7 @@ echo $lang; echo nl2br("\n"); - $output = exec("python3 y2t.py $ulr $lang", $output); + $output = exec("python3 y2t.py " . $ulr . " " . $lang, $output); sleep(5); echo $output; echo nl2br("\n");