remove faulty bit
SSH Build / Deploy (push) Successful in 5s
Details
SSH Build / Deploy (push) Successful in 5s
Details
This commit is contained in:
parent
0a91ed4749
commit
8800bf3c7e
|
@ -92,7 +92,7 @@
|
||||||
$target_file = $target_dir . "/dest/" . $video_title . '.mp4';
|
$target_file = $target_dir . "/dest/" . $video_title . '.mp4';
|
||||||
|
|
||||||
create_user_dir($target_dir); //|| echo error && exit;
|
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;
|
// !check_file_exists($brute_file) || echo error && exit;
|
||||||
upload($orig_file, $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;
|
process_file($username, $video_title, $brute_file, $target_file); // || echo error && exit;
|
||||||
|
|
Loading…
Reference in New Issue