From 30c72cfb3675b2436001d4d5181458843e37e6fb Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Mon, 5 Aug 2024 17:57:26 -0300 Subject: [PATCH] fix php chato --- upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.php b/upload.php index e6a904c..de01991 100755 --- a/upload.php +++ b/upload.php @@ -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;