Commented pre_upload() function
This commit is contained in:
parent
a9daaf5b06
commit
1691d061ef
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ else
|
|||
|
||||
if(has_access('allow_video_upload',false,$verify_logged_user))
|
||||
{
|
||||
pre_upload();
|
||||
#pre_upload();
|
||||
$file_name = time().RandomString(5);
|
||||
assign('file_name',$file_name);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue