diff --git a/youtube_add_video_aux.php b/youtube_add_video_aux.php index 1379f76..44a7024 100644 --- a/youtube_add_video_aux.php +++ b/youtube_add_video_aux.php @@ -17,4 +17,6 @@ if (isset($_POST['youtube_url'])) { exec("/bin/bash -c './ajouter_video_youtube.sh ". $youtube_url ."'", $output); -echo '
'; print_r($output); echo '
'; +$out = implode("\n", $output); + +echo $out;