This commit is contained in:
edbrz9 2022-12-29 13:24:34 +01:00
parent 07da30df92
commit c3a06649c9
1 changed files with 3 additions and 1 deletions

View File

@ -22,9 +22,11 @@
echo nl2br("\n");
$output = exec("python3 y2t.py $ulr $lang", $output, $return_code);
echo nl2br("executing the thing\n");
wait($return_code);
echo nl2br("wait is over, here is the output:\n");
echo $output;
echo nl2br("\n");
echo nl2br("\n END OF THE OUTPUT");
echo "check"
?>