fix php chato

This commit is contained in:
Carneiro 2024-08-05 17:57:26 -03:00
parent 5479f2a877
commit 2841bcdb0a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
$brute_file = $target_dir . "/src/" . $video_title . $ext;
$target_file = $target_dir . "/dest/" . $video_title . '.mp4';
echo $video_title $video_desc $video_date $video_level;
echo $video_title . $video_desc . $video_date . $video_level;
echo $target_file;
return;