debug echo output
This commit is contained in:
parent
61aa31adda
commit
4a65711ec4
|
@ -21,8 +21,8 @@
|
||||||
$cmd = "python3 y2t.py " . $url . " " . $lang ;
|
$cmd = "python3 y2t.py " . $url . " " . $lang ;
|
||||||
|
|
||||||
exec($cmd, $output, $return);
|
exec($cmd, $output, $return);
|
||||||
echo "<h4> Debug empty(output):";
|
echo "<h4> Debug echo output:";
|
||||||
echo empty($output);
|
echo $output;
|
||||||
echo "</h4>";
|
echo "</h4>";
|
||||||
|
|
||||||
if (strlen($output) > 0) {
|
if (strlen($output) > 0) {
|
||||||
|
|
Loading…
Reference in New Issue