ENH: change value passed to console.log on video upload

This commit is contained in:
Boris Paing 2021-03-12 21:25:09 +01:00
parent e2b3ab3983
commit 14429c84ad
1 changed files with 3 additions and 1 deletions

View File

@ -17,4 +17,6 @@ if (isset($_POST['youtube_url'])) {
exec("/bin/bash -c './ajouter_video_youtube.sh ". $youtube_url ."'", $output);
echo '<pre>'; print_r($output); echo '</pre>';
$out = implode("\n", $output);
echo $out;