...
This commit is contained in:
parent
07da30df92
commit
c3a06649c9
|
@ -22,9 +22,11 @@
|
||||||
echo nl2br("\n");
|
echo nl2br("\n");
|
||||||
|
|
||||||
$output = exec("python3 y2t.py $ulr $lang", $output, $return_code);
|
$output = exec("python3 y2t.py $ulr $lang", $output, $return_code);
|
||||||
|
echo nl2br("executing the thing\n");
|
||||||
wait($return_code);
|
wait($return_code);
|
||||||
|
echo nl2br("wait is over, here is the output:\n");
|
||||||
echo $output;
|
echo $output;
|
||||||
echo nl2br("\n");
|
echo nl2br("\n END OF THE OUTPUT");
|
||||||
echo "check"
|
echo "check"
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue