will this work???
This commit is contained in:
parent
8c6f7ea384
commit
a348d8ef26
|
@ -21,7 +21,7 @@
|
||||||
echo $lang;
|
echo $lang;
|
||||||
echo nl2br("\n");
|
echo nl2br("\n");
|
||||||
|
|
||||||
$output = exec("python3 y2t.py $ulr $lang", $output);
|
$output = exec("python3 y2t.py " . $ulr . " " . $lang, $output);
|
||||||
sleep(5);
|
sleep(5);
|
||||||
echo $output;
|
echo $output;
|
||||||
echo nl2br("\n");
|
echo nl2br("\n");
|
||||||
|
|
Loading…
Reference in New Issue