fix php chato
SSH Build / Deploy (push) Successful in 8s Details

This commit is contained in:
Carneiro 2024-08-05 17:57:26 -03:00
parent f2131035bc
commit 30c72cfb36
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
$brute_file = $target_dir . "/src/" . $video_title . $ext; $brute_file = $target_dir . "/src/" . $video_title . $ext;
$target_file = $target_dir . "/dest/" . $video_title . '.mp4'; $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; echo $target_file;
return; return;