Skip to content

Commit ee1c26e

Browse files
authored
Update upload-ffmpeg.php
1 parent b265597 commit ee1c26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/uploading/upload-ffmpeg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
$allowedExts = array();
99
$maxFileSize = 0;
10-
$token = toDb($_GET['token']);
10+
$token = toDb(TokenCleaner($_GET['token']));
1111
$new_name = $token;
1212

1313

0 commit comments

Comments
 (0)