From 814114aaca7403e999ed2adcbcc95eb28d8a8c35 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Tue, 6 Aug 2024 15:16:16 -0300 Subject: [PATCH] remove faulty bit --- php/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/upload.php b/php/upload.php index a5dd0d7..4d79d4a 100755 --- a/php/upload.php +++ b/php/upload.php @@ -92,7 +92,7 @@ $target_file = $target_dir . "/dest/" . $video_title . '.mp4'; create_user_dir($target_dir); //|| echo error && exit; - check_file_extension($_FILES["fileToUpload"]["tmp_name"]); // || echo error && exit; + // check_file_extension($_FILES["fileToUpload"]["tmp_name"]); // || echo error && exit; // !check_file_exists($brute_file) || echo error && exit; upload($orig_file, $brute_file); //|| echo error && exit; process_file($username, $video_title, $brute_file, $target_file); // || echo error && exit;