This commit is contained in:
edbrz9 2022-12-29 14:08:32 +01:00
parent a9ade3c9f4
commit f35761c501
1 changed files with 6 additions and 2 deletions

View File

@ -21,9 +21,13 @@
echo $lang; echo $lang;
echo nl2br("\n"); echo nl2br("\n");
exec("python3 y2t.py $ulr $lang", $output, $return_code); exec("python3 y2t.py $ulr $lang", $output, $return);
echo nl2br("executing the thing\n"); echo nl2br("executing the thing\n");
wait($return_code); //wait($return_code);
var_export($output);
var_export($ret);
echo nl2br("wait is over, here is the output:\n"); echo nl2br("wait is over, here is the output:\n");
echo $output; echo $output;
echo nl2br("\n END OF THE OUTPUT"); echo nl2br("\n END OF THE OUTPUT");